mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
WIP: Fix fetching Uranium
This commit is contained in:
parent
208ab6421f
commit
dc7ec41b12
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue