Skip to content

Commit ca847a2

Browse files
committed
ci: add pipeline
1 parent 978cd98 commit ca847a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/core-build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: core-build
2+
on:
3+
push:
4+
branches:
5+
- "master"
6+
pull_request:
7+
8+
jobs:
9+
build:
10+
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
11+
with:
12+
module_repo: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)