We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent ebf7066 commit b7b16cbCopy full SHA for b7b16cb
1 file changed
.github/workflows/pull-request.yml
@@ -3,6 +3,9 @@ name: Pull request
3
on:
4
pull_request:
5
types: [opened, reopened, synchronize, ready_for_review]
6
+ push:
7
+ branches:
8
+ - main
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments