Files
mod-premium/.github/workflows/core-build.yml
2022-05-19 11:23:31 +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 }}