From 80f10e1a25a95400a3339d5035df1540e502b29a Mon Sep 17 00:00:00 2001 From: Josephat-S Date: Tue, 26 May 2026 12:57:26 +0200 Subject: [PATCH] changed the deployment to be when tag is available and on main branch --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6dc7b77..eb5179b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,8 @@ on: push: tags: - 'v*' + branches: + - main jobs: publish: