We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b4567 commit c21ec2fCopy full SHA for c21ec2f
.github/workflows/main.yml
@@ -2,11 +2,7 @@ name: Main
2
3
on:
4
push:
5
- branches:
6
- - main
7
pull_request:
8
- schedule:
9
- - cron: "0 0 * * *" # daily
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
0 commit comments