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:
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