mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix cicd.yaml
This commit is contained in:
parent
d74b2db8b8
commit
5476d430d1
1 changed files with 4 additions and 3 deletions
7
.github/workflows/cicd.yml
vendored
7
.github/workflows/cicd.yml
vendored
|
|
@ -2,9 +2,10 @@
|
|||
name: CI/CD
|
||||
on:
|
||||
push:
|
||||
- master
|
||||
- 'WIP**'
|
||||
- '4.*'
|
||||
branches:
|
||||
- master
|
||||
- 'WIP**'
|
||||
- '4.*'
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue