From f77e344120fae98da6154ae7da9526083884a4a4 Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 18 Mar 2021 15:40:45 -0400 Subject: [PATCH] fix: fixed script run trigger --- .github/workflows/publish-to-gke.anvil.yml | 3 ++- .github/workflows/publish-to-gke.tcga.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-gke.anvil.yml b/.github/workflows/publish-to-gke.anvil.yml index 392019c..bb10fe4 100644 --- a/.github/workflows/publish-to-gke.anvil.yml +++ b/.github/workflows/publish-to-gke.anvil.yml @@ -1,7 +1,8 @@ name: ANVIL - Build and Publish to GKE on: - push: + release: + types: [published] env: GITHUB_SHA: ${{ github.sha }} diff --git a/.github/workflows/publish-to-gke.tcga.yml b/.github/workflows/publish-to-gke.tcga.yml index dee5e62..40a83a0 100644 --- a/.github/workflows/publish-to-gke.tcga.yml +++ b/.github/workflows/publish-to-gke.tcga.yml @@ -1,7 +1,8 @@ name: TCGA - Build and Publish to GKE on: - push: + release: + types: [published] env: GITHUB_SHA: ${{ github.sha }}