mirror of
https://github.com/noisiver/mod-junk-to-gold.git
synced 2026-01-13 00:38:33 +00:00
14 lines
268 B
YAML
14 lines
268 B
YAML
name: core-build
|
|
on:
|
|
push:
|
|
pull_request:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: "0 0 * * 0"
|
|
|
|
jobs:
|
|
build:
|
|
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
|
|
with:
|
|
module_repo: ${{ github.event.repository.name }}
|