Skip to content

Commit d81dba1

Browse files
committed
Run CI once per month
1 parent 8dd62b8 commit d81dba1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: build
22

33
on:
44
push:
5-
branches: [master]
65
pull_request:
7-
branches: [master]
6+
schedule:
7+
- cron: '11 22 2 * *'
88

99
jobs:
1010
tox:

0 commit comments

Comments
 (0)