Skip to content

Commit

Permalink
fix(setup): fix not running deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Sep 3, 2023
1 parent 3344d51 commit 9833d40
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 @@ -44,7 +44,7 @@ jobs:
name: Deploy app to GitHub Pages
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- name: Download artifact
Expand Down

0 comments on commit 9833d40

Please sign in to comment.