We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa5f32 commit 919f7f3Copy full SHA for 919f7f3
.github/workflows/ci.yml
@@ -1,5 +1,9 @@
1
name: CI
2
-on: [ push, pull_request ]
+on:
3
+ push:
4
+ pull_request:
5
+ schedule:
6
+ - cron: "0 0 * * 1"
7
jobs:
8
test:
9
strategy:
0 commit comments