From 044bb12cf73baaac87ffcfac4bd2f55e291bd173 Mon Sep 17 00:00:00 2001 From: Matt Dawson Date: Wed, 14 Feb 2024 16:35:34 -0800 Subject: [PATCH] set image action to run on release push --- .github/workflows/publish-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index e2eb5ea7..be6458ee 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -2,7 +2,7 @@ name: Create and publish a Docker image on: push: - branches: ['develop-update-image-action'] + branches: ['release'] tags: - '*'