We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae5dec commit 9e226beCopy full SHA for 9e226be
.github/workflows/build-and-publish-kjs.yml
@@ -26,7 +26,7 @@ jobs:
26
27
# If main branch update, deploy to gh-pages
28
- name: Deploy
29
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
30
uses: JamesIves/[email protected]
31
with:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments