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.
2 parents 63d963d + 6c9ee86 commit 001c213Copy full SHA for 001c213
1 file changed
.github/workflows/test.yml
@@ -1,7 +1,12 @@
1
name: test
2
3
on:
4
- - push
+ pull_request:
5
+ branches:
6
+ - main
7
+ push:
8
9
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments