Skip to content

Commit

Permalink
fix branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 22, 2024
1 parent dd1b15b commit f6174a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/deploy-pages@v4

0 comments on commit f6174a3

Please sign in to comment.