diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml new file mode 100644 index 0000000..921c9eb --- /dev/null +++ b/.github/workflows/core_build.yml @@ -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 }}