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:
|
||||
push:
|
||||
branches:
|
||||
- fazer-ai/main
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
4
.github/workflows/publish_github_docker.yml
vendored
4
.github/workflows/publish_github_docker.yml
vendored
@ -6,8 +6,8 @@ permissions:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- fazer-ai/main
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- fazer-ai/main
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user