Skip to content

Commit fc62572

Browse files
committed
do not build image on PR
1 parent cf92c28 commit fc62572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
branches: [ "main" ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
15-
pull_request:
16-
branches: [ "main" ]
15+
#pull_request:
16+
# branches: [ "main" ]
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)