Skip to content

Commit fb823b4

Browse files
committed
Run GH workflow daily at midnight
1 parent 04e613c commit fb823b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.ci.cd.workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches: [ main, develop ]
77
pull_request:
88
branches: [ main, develop ]
9+
schedule:
10+
- cron: "0 0 * * *" # run daily at midnight (UTC)
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)