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: on:
push: push:
branches: tags:
- fazer-ai/main - '*'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

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

View File

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