From 4266d1f764ca4036e114826b6851a7d01121783c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 7 May 2020 10:34:40 +0200 Subject: [PATCH] fix(CI): core_build on coverity_scan is not needed --- .github/workflows/core_build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index e2a508574..cad1df409 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: