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