Skip to content

ci: use reusable workflow and do not run twice the build for PRs #50

ci: use reusable workflow and do not run twice the build for PRs

ci: use reusable workflow and do not run twice the build for PRs #50

Workflow file for this run

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 }}