Skip to content

Commit

Permalink
ci(core-build.yml): add pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Aug 29, 2024
1 parent 5b9191d commit 3c91e3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/core-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: core-build
on:
push:
branches:
- 'master'
pull_request:

jobs:
build:
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
with:
module_repo: ${{ github.event.repository.name }}

0 comments on commit 3c91e3e

Please sign in to comment.