We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4093bb9 commit 0a01bccCopy full SHA for 0a01bcc
1 file changed
.github/workflows/node.js.yml
@@ -32,6 +32,7 @@ jobs:
32
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}
33
- run: make distro
34
- name: Deploy
35
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
36
uses: JamesIves/github-pages-deploy-action@v4.2.5
37
with:
38
branch: gh-pages
0 commit comments