From 28ea44db6efc77fe2cf1e1e520919a316ecc3bd0 Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Fri, 6 Oct 2023 15:00:21 -0500 Subject: [PATCH] publishing only on release --- .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 99514edf7..af6e219fe 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: ['release', '292-add-a-docker-image-publish'] + branches: ['release'] tags: - '*'