trigger on push instead of release (#1157)

Co-authored-by: Josh Gross <[email protected]>
This commit is contained in:
Sarah Edwards
2021-10-11 15:53:15 -04:00
committed by GitHub
co-authored by Josh Gross
parent ad91ff259d
commit 6b14bf21cb
6 changed files with 24 additions and 18 deletions
+4 -3
View File
@@ -1,4 +1,4 @@
# This workflow will build a docker container, publish it to IBM Container Registry, and deploy it to IKS when a release is created
# This workflow will build a docker container, publish it to IBM Container Registry, and deploy it to IKS when there is a push to the $default-branch branch.
#
# To configure this workflow:
#
@@ -9,8 +9,9 @@
name: Build and Deploy to IKS
on:
release:
types: [created]
push:
branches:
- $default-branch
# Environment variables available to all jobs and steps in this workflow
env: