From f5a64704bd040aca0765142568b5b27c4ed43472 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Thu, 16 Jan 2020 13:11:22 +0100 Subject: Fix branch checkout for PRs with GitHub workflow --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 40acbc44f3..ff0923f9b6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -6,6 +6,7 @@ on: - master - 'WIP**' - '4.*' + - 'CURA-*' pull_request: jobs: build: -- cgit v1.2.3