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: on:
push: push:
branches: branches:
- develop - fazer-ai/main
pull_request: workflow_dispatch:
branches:
- develop
jobs: jobs:
test: test:

View File

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