mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:19:04 +08:00
Sync cicd.yml with master
This commit is contained in:
parent
46020d5541
commit
b90bed2c7d
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…
x
Reference in New Issue
Block a user