Initial build
This commit is contained in:
parent
ff0c5acd2a
commit
f8e7eabde4
8 changed files with 151 additions and 1 deletions
12
.github/workflows/core-build.yml
vendored
Normal file
12
.github/workflows/core-build.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue