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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- fazer-ai/main
|
||||||
pull_request:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- develop
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
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
|
name: Run Chatwoot CE spec
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- fazer-ai/main
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user