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 de9da04 commit 6155d0fCopy full SHA for 6155d0f
1 file changed
.github/workflows/web-deploy.yml
@@ -1,7 +1,7 @@
1
name: Deploy svg2gcode-web
2
on:
3
workflow_run:
4
- branches: [master]
+ branches: [main]
5
workflows: [Build svg2gcode-web]
6
types: [completed]
7
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Publish to GitHub Pages
32
uses: peaceiris/actions-gh-pages@v3
33
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
34
with:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
publish_dir: ./web/dist
0 commit comments