From 5143ec92dcce0f18c139e6a59cadf1099bf25a6e Mon Sep 17 00:00:00 2001 From: TeoGiane Date: Thu, 5 Oct 2023 12:51:35 +0200 Subject: [PATCH] bayesmix-base is now built at every push on master --- .github/workflows/publish_base_image.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_base_image.yaml b/.github/workflows/publish_base_image.yaml index 236909b6f..2886ed19b 100644 --- a/.github/workflows/publish_base_image.yaml +++ b/.github/workflows/publish_base_image.yaml @@ -1,6 +1,10 @@ name: Publish bayesmix-base image -on: workflow_dispatch +on: + push: + branches: + - 'master' + workflow_dispatch: jobs: push_to_registry: