From 952c7a2954a8e8bc02dddbf1538525a848f2200e Mon Sep 17 00:00:00 2001 From: Helias Date: Sat, 30 Mar 2024 19:19:34 +0100 Subject: [PATCH] ci: add github action --- .github/workflows/core_build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/core_build.yml 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 }}