mirror of
https://github.com/araxiaonline/mod-transmog.git
synced 2026-06-13 02:32:22 -04:00
added event name
This commit is contained in:
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
12
.github/workflows/core_build.yml
vendored
12
.github/workflows/core_build.yml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user