Skip to content

Commit 51b271e

Browse files
committed
ADD: trigger to generate version
1 parent ddace15 commit 51b271e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Docker Image CI
33
on:
44
push:
55
branches: [ "main" ]
6+
tags:
7+
- "v*"
8+
paths-ignore:
9+
- "*.md"
610
pull_request:
711
branches: [ "main" ]
812

0 commit comments

Comments
 (0)