2 parents 121291d + 32e1774 commit 90dcb31Copy full SHA for 90dcb31
1 file changed
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy
2
3
on:
4
# Run this workflow whenever a new commit is pushed to main.
5
- push: {branches: [main]}
+ push: {branches: [master]}
6
# Run this workflow once per day, at 10:15 UTC
7
schedule: [{cron: "15 10 * * *"}]
8
# Run this workflow when triggered manually in GitHub’s UI.
@@ -32,4 +32,4 @@ jobs:
32
path: dist
33
- name: Deploy
34
id: deployment
35
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments