Files
mod-weekendbonus/.github/workflows/core-build.yml
Revision 19a0bf6329 Workflow
2024-06-17 21:56:31 +02:00

14 lines
268 B
YAML

name: core-build
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
build:
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
with:
module_repo: ${{ github.event.repository.name }}