rebuild when labels change, so that we can trigger the right actions (#11725)

This commit is contained in:
Gregor Zeitlinger 2024-07-03 08:34:40 +02:00 committed by GitHub
parent 89f4b7e5ac
commit c708ab2708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ name: Build pull request
on:
pull_request:
types:
- labeled
- opened
- synchronize
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}