WIP: Fix fetching Uranium

This commit is contained in:
Lipu Fei 2019-12-17 11:55:06 +01:00
parent 208ab6421f
commit dc7ec41b12

View File

@ -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