We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e21d36 commit a2e6c17Copy full SHA for a2e6c17
1 file changed
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
pull_request:
5
- types:
6
- - opened
7
- - synchronize
+ push:
+ branches:
+ - main
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
0 commit comments