summaryrefslogtreecommitdiff
path: root/.github/workflows/tools_build.yml
diff options
context:
space:
mode:
authorsudlud <sudlud@users.noreply.github.com>2024-12-04 07:53:48 +0100
committerGitHub <noreply@github.com>2024-12-04 07:53:48 +0100
commit63bf4058fc306b4602e3b2549323d57081135fd2 (patch)
treec694ea643226d40608b70c2eaac53010eaaf262e /.github/workflows/tools_build.yml
parent7f0a178c4ef86c2eb710c76b59b4385f83b82b98 (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.yml5
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 }})