Workflow
This commit is contained in:
parent
81c8de310e
commit
e2151e6a26
2 changed files with 15 additions and 0 deletions
13
.github/workflows/core-build.yml
vendored
Normal file
13
.github/workflows/core-build.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue