Skip to content

Commit 1f0464e

Browse files
authored
Update my-first-workflow.yml
1 parent 78a9778 commit 1f0464e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/my-first-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
Demo:
77
default: "Some Default"
88
required: true
9+
schedule:
10+
- cron: "* 1 * * *"
11+
push:
12+
branches: main
913

1014
jobs:
1115
demo:

0 commit comments

Comments
 (0)