Skip to content

Commit be5434d

Browse files
committed
CI: Don't build pushes of tags
1 parent cbb691d commit be5434d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Publish Docker image
33
on:
44
release:
55
types: [published]
6-
push: {}
6+
push:
7+
branches:
8+
- "*"
79
pull_request: {}
810

911
jobs:

0 commit comments

Comments
 (0)