diff options
author | sudlud <sudlud@users.noreply.github.com> | 2024-12-04 07:53:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-04 07:53:48 +0100 |
commit | 63bf4058fc306b4602e3b2549323d57081135fd2 (patch) | |
tree | c694ea643226d40608b70c2eaac53010eaaf262e /.github/workflows/tools_build.yml | |
parent | 7f0a178c4ef86c2eb710c76b59b4385f83b82b98 (diff) |
fix(CI): make tools build able to run on PRs again (#20831)
Diffstat (limited to '.github/workflows/tools_build.yml')
-rw-r--r-- | .github/workflows/tools_build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/tools_build.yml b/.github/workflows/tools_build.yml index 91dd7c4dcc..875a99417c 100644 --- a/.github/workflows/tools_build.yml +++ b/.github/workflows/tools_build.yml @@ -4,6 +4,11 @@ on: branches: - 'master' pull_request: + types: + - labeled + - opened + - reopened + - synchronize concurrency: group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }}) |