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 1924283 commit 1486559Copy full SHA for 1486559
.github/workflows/ci.yaml
@@ -1,6 +1,9 @@
1
name: CI
2
on:
3
- - pull_request
+ pull_request:
4
+ push:
5
+ branches:
6
+ - main
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}
9
cancel-in-progress: true
0 commit comments