Skip to content

Commit

Permalink
deployment update
Browse files Browse the repository at this point in the history
  • Loading branch information
zeilenschubser authored Aug 27, 2024
1 parent 1160f39 commit 1880674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1880674

Please sign in to comment.