mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-13 08:37:18 +00:00
16 lines
296 B
YAML
16 lines
296 B
YAML
name: core-build
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'master'
|
|
pull_request:
|
|
branches:
|
|
- 'master'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build:
|
|
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
|
|
with:
|
|
module_repo: ${{ github.event.repository.name }}
|