Skip to content

Commit 61f82a0

Browse files
committed
include class deployment
1 parent dde1f60 commit 61f82a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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: [main, class]}
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.

0 commit comments

Comments
 (0)