Skip to content

Commit

Permalink
Run CI on tag (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Dec 3, 2024
1 parent a42dde8 commit 09b6f44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
pull_request:
branches:
- master
Expand All @@ -14,8 +16,7 @@ jobs:
strategy:
matrix:
go-version: [
"1.21",
"1.22",
oldstable,
stable
]
steps:
Expand Down

0 comments on commit 09b6f44

Please sign in to comment.