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 de62487 commit b07e73dCopy full SHA for b07e73d
.github/workflows/test.yml
@@ -1,7 +1,9 @@
1
name: test
2
on:
3
- pull_request:
4
- branches: [main]
+ push:
+ branches:
5
+ - main
6
+ pull_request_target:
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments