Skip to content

Commit

Permalink
Fix publish task, corrected main branch name (#17)
Browse files Browse the repository at this point in the history
Pull request: #17
  • Loading branch information
lefou authored May 13, 2022
1 parent c7f5600 commit 8812e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

publish:
needs: build
if: github.repository == 'lefou/mill-jbake' && github.ref == 'refs/heads/master'
if: github.repository == 'lefou/mill-jbake' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
concurrency: publish-{{ github.sha }}

Expand Down

0 comments on commit 8812e26

Please sign in to comment.