Skip to content

Commit 4402555

Browse files
authored
Add cron jobs on Github Actions
1 parent cbbb9b0 commit 4402555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ name: Build
1111
on:
1212
push:
1313
branches: [develop]
14+
schedule:
15+
- cron: '30 2 * * 0'
1416

1517
jobs:
1618
build:

0 commit comments

Comments
 (0)