Skip to content

Commit 68d8758

Browse files
committed
chore: Comment out push trigger for version tags in release workflow
1 parent 13c268f commit 68d8758

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
release:
66
types: [published]
77
# Trigger when tags like v1.2.3 or 1.2.3 are pushed.
8-
push:
9-
tags:
10-
- 'v*.*.*'
11-
- '*.*.*'
8+
# push:
9+
# tags:
10+
# - 'v*.*.*'
11+
# - '*.*.*'
1212

1313
jobs:
1414
publish:

0 commit comments

Comments
 (0)