Skip to content

Commit

Permalink
fix tag pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Apr 2, 2024
1 parent 02b3d8d commit 610b95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]?**' ] # Ex. v0.2.0, v0.2.1-tetrate-v7
tags: [ 'v[0-9]+.[0-9]+-tetrate-v[0-9]+' ] # v1.16-tetrate-v7

env:
GOPROXY: https://proxy.golang.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- release-**
tags: [ 'v[0-9]+.[0-9]+.[0-9]?**' ] # Ex. v0.2.0, v0.2.1-tetrate-v7
tags: [ 'v[0-9]+.[0-9]+-tetrate-v[0-9]+' ] # v1.16-tetrate-v7
pull_request:
branches:
- main
Expand Down

0 comments on commit 610b95e

Please sign in to comment.