Skip to content

Commit 3492ca1

Browse files
authored
Adds a cron job a main workflow (#276)
1 parent 7ea7acf commit 3492ca1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
schedule:
8+
- cron: '00 03 * * *'
79

810
jobs:
911
call-dev-workflow:

0 commit comments

Comments
 (0)