mirror of
https://github.com/telegramcores/mod-premium.git
synced 2026-01-13 00:58:36 +00: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 }}
|