From 485762a28d013d5c94be6daebf5f3cb2492748c9 Mon Sep 17 00:00:00 2001 From: Evgeny Danienko <6655321@bk.ru> Date: Fri, 13 May 2022 09:35:31 +0300 Subject: [PATCH] where to run --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7e78112c2..fc170c3871 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,7 @@ on: - "!master" pull_request: branches: - - master - types: [closed] + - "**" concurrency: group: build-${{ github.event.pull_request.number || github.ref }}