diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 5d3e53d..c5e3ac6 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -3,7 +3,6 @@ on: push: branches: - 'araxia-main' - - 'master' pull_request: branches: - 'araxia-main' @@ -22,4 +21,5 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} tag_release: true + event_name: ${{ github.event_name }} diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml deleted file mode 100644 index 1eec897..0000000 --- a/.github/workflows/core-build.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: core-build -on: - push: - pull_request: - -jobs: - build: - uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main - with: - module_repo: ${{ github.event.repository.name }}