We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874cb5b commit a0f1132Copy full SHA for a0f1132
1 file changed
.github/workflows/ci.yml
@@ -2,10 +2,10 @@ name: ci
2
3
on:
4
push:
5
- # branches: [ main ]
+ branches: [ main ]
6
pull_request:
7
schedule:
8
- - cron: '0 0 * * *'
+ - cron: '0 4 * * *'
9
workflow_dispatch:
10
11
permissions:
0 commit comments