diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 8e42b56..a6424e9 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -2,8 +2,10 @@ name: Publish ApplicationRecord to Registry on: release: types: [published] - branches: - - '*' + push: + branches: + - main + - '*' env: CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_VAASL_LACONIC_USER_KEY }}