From 81d00f2e97228e02052849f50a16d4552a477638 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 5 Jun 2021 17:34:27 +0200 Subject: [PATCH] Run CI on PRs which target the master branch This is a fix for the release PRs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab816bd9a..676e46333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - dev + - master push: branches: - dev