From ea25950b57a83415695f739f046b85a38f77e7ba Mon Sep 17 00:00:00 2001 From: zramsay Date: Fri, 23 Feb 2024 15:28:24 -0500 Subject: [PATCH] on push --- .github/workflows/publish-to-registry.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-to-registry.yml b/.github/workflows/publish-to-registry.yml index acce2e77..8c598afe 100644 --- a/.github/workflows/publish-to-registry.yml +++ b/.github/workflows/publish-to-registry.yml @@ -2,6 +2,9 @@ name: Publish ApplicationRecord to Registry on: release: types: [published] + push: + branches: + - publish-to-registry env: CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_LACONIC_USER_KEY }}