mirror of
https://github.com/hexastack/hexabot
synced 2025-03-10 06:10:18 +00:00
fix: remove docker build on PR
This commit is contained in:
parent
46d1f6cc0d
commit
8dcc9b9813
3
.github/workflows/docker-api.yml
vendored
3
.github/workflows/docker-api.yml
vendored
@ -6,9 +6,6 @@ on:
|
|||||||
- 'main'
|
- 'main'
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
3
.github/workflows/docker-base.yml
vendored
3
.github/workflows/docker-base.yml
vendored
@ -6,9 +6,6 @@ on:
|
|||||||
- 'main'
|
- 'main'
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
3
.github/workflows/docker-nlu.yml
vendored
3
.github/workflows/docker-nlu.yml
vendored
@ -6,9 +6,6 @@ on:
|
|||||||
- 'main'
|
- 'main'
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
3
.github/workflows/docker-ui.yml
vendored
3
.github/workflows/docker-ui.yml
vendored
@ -6,9 +6,6 @@ on:
|
|||||||
- 'main'
|
- 'main'
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
Loading…
Reference in New Issue
Block a user