Fix: SQL script to use the create_template_model/Feature: level-appropriate buffs #44
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |