Skip to content

Commit 90dcb31

Browse files
committed
2 parents 121291d + 32e1774 commit 90dcb31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
# Run this workflow whenever a new commit is pushed to main.
5-
push: {branches: [main]}
5+
push: {branches: [master]}
66
# Run this workflow once per day, at 10:15 UTC
77
schedule: [{cron: "15 10 * * *"}]
88
# Run this workflow when triggered manually in GitHub’s UI.
@@ -32,4 +32,4 @@ jobs:
3232
path: dist
3333
- name: Deploy
3434
id: deployment
35-
uses: actions/deploy-pages@v4
35+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)