From 2fa93cba3a177bde59382d7c1386c613004b07b7 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 5 Oct 2021 22:09:12 +0200 Subject: [PATCH] Container build/push doesnt need to be so specific --- .github/workflows/containers.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index f20bb193..835d40a4 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -3,14 +3,10 @@ name: Build and push containers on: workflow_run: workflows: ["ChangeDetection.io Test"] - branches: [master] - tags: '*.*' types: [completed] + release: - types: - - created - - edited - - published + types: [created] jobs: on-success: