Disable unused docker workflow for pr (#3612)

Signed-off-by: Xiaofeng Wang <wasphin@gmail.com>
This commit is contained in:
Xiaofeng Wang
2024-06-11 11:24:05 +08:00
committed by GitHub
parent 4f7609d15d
commit c446f6bb98

View File

@@ -7,12 +7,6 @@ on:
- "feature/*"
- "release/*"
pull_request:
branches:
- "master"
- "feature/*"
- "release/*"
env:
# Use docker.io for Docker Hub if empty
REGISTRY: docker.io