mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(CI): core_build on coverity_scan is not needed
This commit is contained in:
3
.github/workflows/core_build.yml
vendored
3
.github/workflows/core_build.yml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: core-build
|
name: core-build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**' # matches every branch
|
||||||
|
- '!coverity_scan' # excludes coverity_scan
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user