Files
mod-weekendbonus/.github/workflows/core-build.yml
Revision 04907b8af6 Reworked
Reworked part of the module to be compatible with the latest version of AzerothCore, apparently.
2022-07-03 01:06:24 +02:00

13 lines
244 B
YAML

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