mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-12 12:28:06 +08:00
Only run CI for master, WIP, and release branches on push
This commit is contained in:
parent
1eada1dc9b
commit
d74b2db8b8
7
.github/workflows/cicd.yml
vendored
7
.github/workflows/cicd.yml
vendored
@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: CI/CD
|
name: CI/CD
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
- master
|
||||||
|
- 'WIP**'
|
||||||
|
- '4.*'
|
||||||
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user