fix(CI): make tools build able to run on PRs again (#20831)

This commit is contained in:
sudlud
2024-12-04 07:53:48 +01:00
committed by GitHub
parent 7f0a178c4e
commit 63bf4058fc

View File

@@ -4,6 +4,11 @@ on:
branches:
- 'master'
pull_request:
types:
- labeled
- opened
- reopened
- synchronize
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})