Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2020-01-16 15:11:22 +0300
committerLipu Fei <lipu.fei815@gmail.com>2020-01-16 15:27:17 +0300
commitf5a64704bd040aca0765142568b5b27c4ed43472 (patch)
tree40ddd90c313bf295fae0193cd59d1bd781a98aed /.github
parentab6effb712522c3e96225663d2b95832e375a58c (diff)
Fix branch checkout for PRs with GitHub workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cicd.yml1
1 files changed, 1 insertions, 0 deletions
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: