We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade70ab commit cf0b2beCopy full SHA for cf0b2be
1 file changed
.github/workflows/gh-publish.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Publish site
46
uses: peaceiris/actions-gh-pages@v3
47
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/release' }}
48
with:
49
github_token: ${{ secrets.GITHUB_TOKEN }}
50
enable_jekyll: false
0 commit comments