We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8cec1 commit ffcea3dCopy full SHA for ffcea3d
1 file changed
.github/workflows/CI.yml
@@ -1,6 +1,12 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches: [ main ]
6
+ pull_request:
7
8
+ schedule:
9
+ - cron: 33 6 * * 3
10
11
jobs:
12
build:
0 commit comments