We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f4b7e commit c708ab2Copy full SHA for c708ab2
.github/workflows/build-pull-request.yml
@@ -2,6 +2,11 @@ name: Build pull request
2
3
on:
4
pull_request:
5
+ types:
6
+ - labeled
7
+ - opened
8
+ - synchronize
9
+ - reopened
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
0 commit comments