Skip to content

Commit 27519a7

Browse files
committed
Run CI when a version is tagged
1 parent bc3e9da commit 27519a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches-ignore:
77
- "update-dependencies-pr"
8+
tags:
9+
- 'v*'
810
paths:
911
- ".github/workflows/build.yml"
1012
- "docker/**"

0 commit comments

Comments
 (0)