Merge branch 'azerothcore:master' into Playerbot

This commit is contained in:
Yunfan Li
2024-03-12 16:54:14 +08:00
committed by GitHub
15 changed files with 1313 additions and 36 deletions

View File

@@ -25,7 +25,7 @@ jobs:
github.repository == 'liyunfan1223/azerothcore-wotlk' && !github.event.pull_request.draft
&& (
contains(github.event.pull_request.labels.*.name, 'run-build')
|| github.event.label.name == 'run-build')
|| github.event.label.name == 'run-build'
)
steps:
- uses: actions/checkout@v4