From d12edaff10212d61e8f9aab749738da3b75a1db4 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 17 Dec 2019 11:57:36 +0100 Subject: WIP: Fix fetching Uranium --- .github/workflows/cicd.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to '.github') diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 50e38ac319..dbc247c94c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,30 +1,15 @@ --- -name: CI/CD for push -on: [push] +name: CI/CD +on: [push, pull_request] jobs: build: name: Build and test runs-on: ubuntu-latest container: ultimaker/cura-build-environment steps: - - name: Checkout code + - name: Checkout master uses: actions/checkout@v1 - name: Build and test env: GIT_REF_NAME: github.ref run: docker/build.sh - -name: CI/CD for pull_request -on: [pull_request] -jobs: - build: - name: Build and test - runs-on: ubuntu-latest - container: ultimaker/cura-build-environment - steps: - - name: Checkout code - uses: actions/checkout@v1 - - name: Build and test - env: - GIT_REF_NAME: github.base_ref - run: docker/build.sh -- cgit v1.2.3