mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(CI): make tools build able to run on PRs again (#20831)
This commit is contained in:
parent
7f0a178c4e
commit
63bf4058fc
1 changed files with 5 additions and 0 deletions
5
.github/workflows/tools_build.yml
vendored
5
.github/workflows/tools_build.yml
vendored
|
|
@ -4,6 +4,11 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue