From de1601d8355431cbfcc9c333f1d15016b8d308e2 Mon Sep 17 00:00:00 2001 From: Julien Maffre Date: Tue, 25 Jul 2023 10:14:29 +0000 Subject: [PATCH] Trigger --- .github/workflows/containers.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index a33ebecee407..d68e71ac81ab 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -3,6 +3,9 @@ name: "Build and Publish Release Containers to MCR" on: release: types: [published] + push: + branches: + - "release/3.x_fix_container_job" env: ACR_REGISTRY: ccfmsrc.azurecr.io