mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 04:29:00 +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
|
||||
on: push
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
name: Build and test
|
||||
@ -15,7 +15,7 @@ jobs:
|
||||
run: docker/build.sh
|
||||
|
||||
name: CI/CD for pull_request
|
||||
on: pull_request
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Build and test
|
||||
|
Loading…
x
Reference in New Issue
Block a user