From 96d4d9913c1959f40e92c5af3549f90cf8cb6e26 Mon Sep 17 00:00:00 2001 From: Kunwar Toor Date: Mon, 3 Aug 2020 10:55:35 -0700 Subject: [PATCH] updated google.yml to reflect the more recent gke workflow action given by google in https://github.com/GoogleCloudPlatform/github-actions --- ci/google.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/google.yml b/ci/google.yml index b9d6e74..dc37de4 100644 --- a/ci/google.yml +++ b/ci/google.yml @@ -13,9 +13,8 @@ name: Build and Deploy to GKE on: - push: - branches: - - master + release: + types: [created] env: PROJECT_ID: ${{ secrets.GKE_PROJECT }}