Revert "Remove unneeded files"

This reverts commit f4a0a4dbbb.
This commit is contained in:
NathanHandley
2025-09-11 06:42:45 -05:00
parent f4a0a4dbbb
commit 02bb9c6c09
6 changed files with 150 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 }}