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