From fafafb0d37e77e5d5edfbd91f7904af1bb28e2a0 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Sun, 1 Feb 2026 18:16:20 +0100 Subject: [PATCH] chore: update deployment trigger from branch push to tag push Change deployment workflow to trigger on tag pushes instead of main branch pushes, allowing for more controlled and versioned deployments. --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 84a29be..abb5add 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -4,8 +4,8 @@ concurrency: 1 on: push: - branches: - - main + tags: + - '*' defaults: run: