chore: remove push trigger from deploy workflow

This commit is contained in:
2026-03-10 18:25:54 -03:00
parent 21d8e15855
commit 3f278a711c

View File

@@ -3,9 +3,6 @@ run-name: 🚀 Deploy ${{ github.event.repository.name }} ${{ github.ref_name }}
on:
workflow_call:
push:
tags:
- "v*"
workflow_dispatch:
jobs: