ci: update workflow to trigger on fazer-ai/main branch and remove from PRs (#17)

* ci: update workflow to trigger on fazer-ai/main branch and remove from PRs

* ci: update workflows to trigger on fazer-ai/main branch and enable manual dispatch
This commit is contained in:
Gabriel Jablonski 2025-04-03 22:30:17 -03:00 committed by gabrieljablonski
parent 7ee0ec2fdb
commit e930820f68
2 changed files with 4 additions and 7 deletions

View File

@ -3,10 +3,8 @@ name: Frontend Lint & Test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
- fazer-ai/main
workflow_dispatch:
jobs:
test:

View File

@ -1,10 +1,9 @@
name: Run Chatwoot CE spec
on:
push:
branches:
- develop
- master
pull_request:
- fazer-ai/main
workflow_dispatch:
jobs: