Skip to content

Commit cb729ad

Browse files
specify branch
1 parent 3112da1 commit cb729ad

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/03-core-features--03-workflows-jobs-steps.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Workflows, Jobs, and Steps
22

3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
38
schedule:
4-
- cron: "22 10 * * *" #utc time
9+
- cron: "22 15 * * *" #utc time
510

611
on:
712
workflow_dispatch:

0 commit comments

Comments
 (0)