Added correct event name

This commit is contained in:
2024-08-22 20:31:47 -04:00
parent 1ac86014d7
commit e8c6552a7a
2 changed files with 1 additions and 13 deletions

View File

@@ -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 }}

View File

@@ -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 }}