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
|
name: CI/CD
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
- master
|
branches:
|
||||||
- 'WIP**'
|
- master
|
||||||
- '4.*'
|
- 'WIP**'
|
||||||
|
- '4.*'
|
||||||
pull_request:
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue