Skip to content

Commit 132807c

Browse files
authored
Update main.yml
once a month instead of once a week
1 parent 3a7f904 commit 132807c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
branches-ignore: []
1010
schedule:
11-
- cron: '0 0 * * SUN'
11+
- cron: '0 0 1 * *'
1212

1313
jobs:
1414
build-linux:

0 commit comments

Comments
 (0)