From a38b985b65d30b694347c3c07401b503e08f1d7e Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Mon, 7 Dec 2020 17:51:25 +0100 Subject: [PATCH] Prevent double GH actions on push to branch with active PR --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cefa92..8969459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,8 @@ name: CI on: push: - branches-ignore: - - release + branches: + - master pull_request: branches: - master