mirror of
https://github.com/Tereneckla/mod-profession-experience.git
synced 2026-01-13 09:07:26 +00:00
Initial commit
This commit is contained in:
15
.github/workflows/core-build.yml
vendored
Normal file
15
.github/workflows/core-build.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: core-build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
workflow_dispatch:
|
||||
|
||||
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