Reworked part of the module to be compatible with the latest version of AzerothCore, apparently.
This commit is contained in:
Revision
2022-07-03 01:06:24 +02:00
parent 6798271028
commit 04907b8af6
3 changed files with 19 additions and 35 deletions

12
.github/workflows/core-build.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: core-build
on:
push:
branches:
- 'master'
pull_request:
jobs:
build:
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
with:
module_repo: ${{ github.event.repository.name }}