mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(CI): make tools build able to run on PRs again (#20831)
This commit is contained in:
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 }})
|
||||
|
||||
Reference in New Issue
Block a user