chore: update workflows to trigger on tags instead of branches
This commit is contained in:
parent
f90394fb2c
commit
339271b93e
4
.github/workflows/frontend-fe.yml
vendored
4
.github/workflows/frontend-fe.yml
vendored
@ -2,8 +2,8 @@ name: Frontend Lint & Test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- fazer-ai/main
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
4
.github/workflows/publish_github_docker.yml
vendored
4
.github/workflows/publish_github_docker.yml
vendored
@ -6,8 +6,8 @@ permissions:
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- fazer-ai/main
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/run_foss_spec.yml
vendored
4
.github/workflows/run_foss_spec.yml
vendored
@ -2,8 +2,8 @@ name: Run Chatwoot CE spec
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- fazer-ai/main
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user