Skip to content

Commit 7e8da0c

Browse files
Merge pull request #104 from michaelachrisco/103-once-a-month
Run CI once a month
2 parents dc140e7 + 9e9f317 commit 7e8da0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/blank.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8+
schedule:
9+
- cron: '0 0 1 * *'
810

911
jobs:
1012
test:

0 commit comments

Comments
 (0)