We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6667a7b commit d653923Copy full SHA for d653923
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,11 @@
1
name: CI
2
3
-on: [push]
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '0 0 * * *' # Runs every day at midnight UTC
8
+
9
10
jobs:
11
build-test:
0 commit comments