diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a9e5b2..02c6449 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,9 @@ me: Publish ApplicationRecord to Registry on: release: types: [published] + push: + branches: + - '*' env: CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_LACONIC_USER_KEY }}