updated gitignore to include modules
This commit is contained in:
10
modules/mod-no-hearthstone-cooldown/.github/workflows/core-build.yml
vendored
Normal file
10
modules/mod-no-hearthstone-cooldown/.github/workflows/core-build.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: core-build
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main
|
||||
with:
|
||||
module_repo: ${{ github.event.repository.name }}
|
||||
Reference in New Issue
Block a user