Skip to content

Commit 6155d0f

Browse files
committed
master -> main
1 parent de9da04 commit 6155d0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/web-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy svg2gcode-web
22
on:
33
workflow_run:
4-
branches: [master]
4+
branches: [main]
55
workflows: [Build svg2gcode-web]
66
types: [completed]
77

@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Publish to GitHub Pages
3232
uses: peaceiris/actions-gh-pages@v3
33-
if: github.ref == 'refs/heads/master'
33+
if: github.ref == 'refs/heads/main'
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
publish_dir: ./web/dist

0 commit comments

Comments
 (0)