Initial build

This commit is contained in:
Revision 2022-08-03 13:13:47 +02:00
parent ff0c5acd2a
commit f8e7eabde4
8 changed files with 151 additions and 1 deletions

12
.github/workflows/core-build.yml vendored Normal file
View 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 }}