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>2019-12-18 18:50:07 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-12-18 18:50:33 +0300
commitd74b2db8b8032dfd61febee55ac95ae814c61604 (patch)
tree2387f8612d5d8a833872a51a14a560cf1a6a8193 /.github
parent1eada1dc9b45593b5672630355c81c3ccde59c85 (diff)
Only run CI for master, WIP, and release branches on push
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cicd.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
index 5e1e5aa6bb..389043564a 100644
--- a/.github/workflows/cicd.yml
+++ b/.github/workflows/cicd.yml
@@ -1,6 +1,11 @@
---
name: CI/CD
-on: [push, pull_request]
+on:
+ push:
+ - master
+ - 'WIP**'
+ - '4.*'
+ pull_request:
jobs:
build:
name: Build and test