diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18ac183..2757086 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: name: anfiheft path: anfiheft/ - name: Deploy the Anfiheft - if: ${{ github.repository_owner == 'fsi-tue' && github.ref == 'refs/heads/master' }} + if: ${{ github.repository_owner == 'fsi-tue' && github.ref == 'refs/heads/main' }} env: SSH_KEY: ${{ secrets.SSH_KEY }} run: .github/scripts/deploy.sh