diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index 7f913b7..09e4b62 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -4,7 +4,7 @@ run-name: ${{ gitea.actor }} is deploying Hugo 🚀 on: push: branches: - - master + - main jobs: Hugo-Deploy: @@ -39,4 +39,4 @@ jobs: target: "/var/www/www-hahmann-trier-de/" strip_components: 1 - - run: echo "🍏 Deployment finished with status: ${{ job.status }}." + - run: echo "🍏 Deployment finished with status: ${{ job.status }}." \ No newline at end of file