We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c7a59b + cd5758e commit 8e2134cCopy full SHA for 8e2134c
.github/workflows/ci.yml
@@ -1,7 +1,8 @@
1
name: CI
2
on:
3
- schedule:
4
- - cron: '30 9 * * *'
+ push:
+ branches:
5
+ - main
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}
8
jobs:
0 commit comments