We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a062c commit 085554eCopy full SHA for 085554e
1 file changed
.github/workflows/tests.yml
@@ -1,5 +1,11 @@
1
name: Tests
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches: ["main"]
5
+ pull_request:
6
7
+ schedule:
8
+ - cron: '0 4 * * *'
9
10
jobs:
11
test:
0 commit comments