Initial commit

This commit is contained in:
Tereneckla
2025-07-25 23:42:30 +02:00
commit 93022fe930
22 changed files with 781 additions and 0 deletions

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

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