chore: fix trigger for workflows

This commit is contained in:
gabrieljablonski 2025-05-30 11:06:33 -03:00
parent 0317803b7c
commit ed89858d45
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
name: Frontend Lint & Test
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:

View File

@ -1,6 +1,9 @@
name: Run Chatwoot CE spec
on:
push:
tags:
- '*'
workflow_dispatch:
jobs: