Skip to content

Commit

Permalink
Fix github-pages not running reploying from main
Browse files Browse the repository at this point in the history
  • Loading branch information
prescientmoon committed Oct 12, 2024
1 parent 05e2528 commit 27c6ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

runs-on: ubuntu-latest
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 27c6ce1

Please sign in to comment.