summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-05-07 10:34:40 +0200
committerYehonal <yehonal.azeroth@gmail.com>2020-05-07 10:35:19 +0200
commit4266d1f764ca4036e114826b6851a7d01121783c (patch)
treefd2054dcc23575f28d2ea7d7f2faaa2210d39615 /.github
parent9ca9194d9b7d961e6464b04f840219ba9c1c389a (diff)
fix(CI): core_build on coverity_scan is not needed
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/core_build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml
index e2a5085740..cad1df409e 100644
--- a/.github/workflows/core_build.yml
+++ b/.github/workflows/core_build.yml
@@ -1,6 +1,9 @@
name: core-build
on:
push:
+ branches:
+ - '**' # matches every branch
+ - '!coverity_scan' # excludes coverity_scan
pull_request:
jobs: