Skip to content

Commit

Permalink
fix: fixed script run trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan committed Mar 18, 2021
1 parent dc57737 commit f77e344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-gke.anvil.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: ANVIL - Build and Publish to GKE

on:
push:
release:
types: [published]

env:
GITHUB_SHA: ${{ github.sha }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-gke.tcga.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: TCGA - Build and Publish to GKE

on:
push:
release:
types: [published]

env:
GITHUB_SHA: ${{ github.sha }}
Expand Down

0 comments on commit f77e344

Please sign in to comment.