We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c198d8 commit bc6d3d8Copy full SHA for bc6d3d8
1 file changed
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ on:
5
branches: [ master, develop ]
6
pull_request:
7
8
+ schedule:
9
+ - cron: '0 9 * * 1' # Every Monday at 9 AM UTC
10
11
jobs:
12
type-check:
0 commit comments