Skip to content

Commit c708ab2

Browse files
authored
rebuild when labels change, so that we can trigger the right actions (#11725)
1 parent 89f4b7e commit c708ab2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-pull-request.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Build pull request
22

33
on:
44
pull_request:
5+
types:
6+
- labeled
7+
- opened
8+
- synchronize
9+
- reopened
510

611
concurrency:
712
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)