Disable unused docker workflow for pr

Signed-off-by: Xiaofeng Wang <wasphin@gmail.com>
This commit is contained in:
Xiaofeng Wang 2024-06-11 00:07:04 +08:00
parent 4f7609d15d
commit 375e0f4294
No known key found for this signature in database
GPG Key ID: 02BCCBA25E63005B
1 changed files with 0 additions and 6 deletions

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