chore: update workflows to trigger on tags instead of branches

This commit is contained in:
gabrieljablonski 2025-05-06 17:03:53 -03:00
parent f90394fb2c
commit 339271b93e
3 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@ name: Frontend Lint & Test
on:
push:
branches:
- fazer-ai/main
tags:
- '*'
workflow_dispatch:
jobs:

View File

@ -6,8 +6,8 @@ permissions:
on:
push:
branches:
- fazer-ai/main
tags:
- '*'
workflow_dispatch:
env:

View File

@ -2,8 +2,8 @@ name: Run Chatwoot CE spec
on:
push:
branches:
- fazer-ai/main
tags:
- '*'
workflow_dispatch:
jobs: