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.
This commit is contained in:
2026-02-01 18:16:20 +01:00
parent d0189c57a5
commit fafafb0d37

View File

@@ -4,8 +4,8 @@ concurrency: 1
on: on:
push: push:
branches: tags:
- main - '*'
defaults: defaults:
run: run: