mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-08 02:19:03 +08:00
WIP: Fix fetching Uranium
This commit is contained in:
parent
208ab6421f
commit
dc7ec41b12
4
.github/workflows/cicd.yml
vendored
4
.github/workflows/cicd.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: CI/CD for push
|
name: CI/CD for push
|
||||||
on: push
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
run: docker/build.sh
|
run: docker/build.sh
|
||||||
|
|
||||||
name: CI/CD for pull_request
|
name: CI/CD for pull_request
|
||||||
on: pull_request
|
on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user