Squashed playerbot custom changes

This commit is contained in:
bash
2026-01-09 01:08:29 +01:00
parent 15855e9080
commit 29fbef3c9c
88 changed files with 2168 additions and 773 deletions

View File

@@ -1,12 +1,9 @@
name: windows-build
on:
push:
branches:
- 'master'
branches: [ "Playerbot" ]
pull_request:
types:
- labeled
- synchronize
branches: [ "Playerbot" ]
concurrency:
# One concurrency group per workflow + ref.
@@ -29,10 +26,6 @@ jobs:
name: ${{ matrix.os }}
env:
BOOST_ROOT: C:\local\boost_1_82_0
if: |
github.repository == 'azerothcore/azerothcore-wotlk'
&& !github.event.pull_request.draft
&& (github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build')
steps:
- uses: actions/checkout@v4
- name: ccache