mirror of
https://github.com/ZhengPeiRu21/mod-reagent-bank
synced 2025-11-29 15:08:16 +08:00
13 lines
244 B
YAML
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 }}
|