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 dde1f60 commit 61f82a0Copy full SHA for 61f82a0
.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: [main, class]}
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.
0 commit comments