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/workflows/cicd.yml')
-rw-r--r--.github/workflows/cicd.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
index 389043564a..40acbc44f3 100644
--- a/.github/workflows/cicd.yml
+++ b/.github/workflows/cicd.yml
@@ -2,9 +2,10 @@
name: CI/CD
on:
push:
- - master
- - 'WIP**'
- - '4.*'
+ branches:
+ - master
+ - 'WIP**'
+ - '4.*'
pull_request:
jobs:
build: