Skip to content

Commit

Permalink
Add v3.* tags as a trigger to release job
Browse files Browse the repository at this point in the history
Add v3.* tags as a trigger to release job.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Sep 1, 2023
1 parent 0065044 commit a8e078f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ name: Release
on:
workflow_dispatch: # workflow_dispatch must be enabled in main branch to support release action on older release branches
push:
tags: [ v2.* ]
tags:
- v2.*
- v3.*

env:
GO_VER: 1.20.7
Expand Down

0 comments on commit a8e078f

Please sign in to comment.