We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046dd7e commit 57c353bCopy full SHA for 57c353b
.github/workflows/ci.yml
@@ -1,8 +1,10 @@
1
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
2
3
on:
4
- pull_request:
5
push:
+ branches:
6
+ - main
7
+ pull_request:
8
schedule:
9
- cron: '3 3 * * 1'
10
0 commit comments