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:
parent
7ee0ec2fdb
commit
e930820f68
6
.github/workflows/frontend-fe.yml
vendored
6
.github/workflows/frontend-fe.yml
vendored
@ -3,10 +3,8 @@ name: Frontend Lint & Test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- fazer-ai/main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
5
.github/workflows/run_foss_spec.yml
vendored
5
.github/workflows/run_foss_spec.yml
vendored
@ -1,10 +1,9 @@
|
||||
name: Run Chatwoot CE spec
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
pull_request:
|
||||
- fazer-ai/main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user