first commit

This commit is contained in:
mikx
2022-10-23 07:00:09 -04:00
commit d63c510169
12 changed files with 974 additions and 0 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 }}