mirror of
https://github.com/araxiaonline/mod-autobalance.git
synced 2026-06-13 03:02:26 -04:00
13 lines
244 B
YAML
Executable File
13 lines
244 B
YAML
Executable File
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 }}
|