From 17b3954cafaba2f3ce6abe34acbfdacdaa965a07 Mon Sep 17 00:00:00 2001 From: George Radchuk <38187349+ColdForeign@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:18:22 +0300 Subject: [PATCH] Fix CI pipeline call (#374) ## Fix CI pipeline call --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40bb7b53..40d08e27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,10 @@ concurrency: on: pull_request: - branches-ignore: - - master - - dependabot/** - - dependabot/*/*/*/*/** + branches: + - '**' + - '!master' + - '!dependabot/*/*/*/*/**' jobs: code-quality-check: