From 91559f39556f73cadfbd6984450f579d1f941603 Mon Sep 17 00:00:00 2001 From: Evgeny Danienko <6655321@bk.ru> Date: Mon, 16 May 2022 10:47:33 +0300 Subject: [PATCH] run on forked branches --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79dba640ca..9d51c4f67b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,13 +3,6 @@ on: push: branches: - "**" - - "!main" - pull_request: - branches: - - "**" - types: [opened, synchronize, closed] - - workflow_dispatch: concurrency: group: build-${{ github.event.pull_request.number || github.ref }}