First commit

This commit is contained in:
Pagani Walter
2023-06-11 10:45:43 -03:00
commit 833c47e178
18 changed files with 881 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 }}