mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-29 16:45:30 +08:00
Remove workflow_dispatch
This commit is contained in:
parent
f081dc2001
commit
b7c5b78a61
1
.github/workflows/publish-docker-latest.yml
vendored
1
.github/workflows/publish-docker-latest.yml
vendored
@ -2,7 +2,6 @@
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [released]
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
name: Publish latest image to Docker Hub
|
name: Publish latest image to Docker Hub
|
||||||
|
|
||||||
|
1
.github/workflows/publish-docker-tag.yml
vendored
1
.github/workflows/publish-docker-tag.yml
vendored
@ -3,7 +3,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
name: Publish tagged image to Docker Hub
|
name: Publish tagged image to Docker Hub
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user