We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6773a6 commit 2c4d8edCopy full SHA for 2c4d8ed
.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
build:
9
runs-on: ubuntu-22.04
0 commit comments