From 91f9b348361a58278d9ddaca99fd9c78c08b0e04 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Thu, 22 Aug 2024 19:56:50 -0400 Subject: [PATCH] removed not needed file --- core_build.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 core_build.yml diff --git a/core_build.yml b/core_build.yml deleted file mode 100644 index 921c9eb..0000000 --- a/core_build.yml +++ /dev/null @@ -1,12 +0,0 @@ -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 }}