Skip to content

Commit 09b6f44

Browse files
authored
Run CI on tag (#76)
1 parent a42dde8 commit 09b6f44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
- "v[0-9]+.[0-9]+.[0-9]+*"
79
pull_request:
810
branches:
911
- master
@@ -14,8 +16,7 @@ jobs:
1416
strategy:
1517
matrix:
1618
go-version: [
17-
"1.21",
18-
"1.22",
19+
oldstable,
1920
stable
2021
]
2122
steps:

0 commit comments

Comments
 (0)