Files
mod-ah-bot/.github/workflows/core-build.yml
2022-04-08 19:23:25 -07: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 }}