From b9d7c6db158a829e185b292ec49f9bde8b569ae3 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Sat, 18 Apr 2020 18:31:05 -0700 Subject: [PATCH] add push --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a21465ac7..071c5fe533 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,7 @@ name: CI -on: [pull_request] +on: + - pull_request + - push env: GOPROXY: https://proxy.golang.org jobs: @@ -60,7 +62,7 @@ jobs: make test continue-on-error: false # Run the following integration tests after the build_minikube - # They will run in parallel and use the binaries in previous step + # They will run in parallel and use the binaries in previous step functional_test_docker_ubuntu: needs: [build_minikube] env: