mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Merge remote-tracking branch 'origin/4.4' into CURA-7070_fix_quality_search
This commit is contained in:
commit
cf82ccf2b9
1 changed files with 7 additions and 1 deletions
8
.github/workflows/cicd.yml
vendored
8
.github/workflows/cicd.yml
vendored
|
|
@ -1,6 +1,12 @@
|
|||
---
|
||||
name: CI/CD
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'WIP**'
|
||||
- '4.*'
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
name: Build and test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue