From faadcb6d4570bc455925bcaebadf26618961daa8 Mon Sep 17 00:00:00 2001 From: zramsay Date: Wed, 21 Aug 2024 15:54:28 +0000 Subject: [PATCH] Update .gitea/workflows/publish.yaml --- .gitea/workflows/publish.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }}