Skip to content

Commit

Permalink
[fix:3] - add tag to on push on release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: saracampss <[email protected]>
  • Loading branch information
saracampss committed Aug 23, 2024
1 parent 9464f1b commit 67c5b0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: backend-beneficios-release
on:
push:
branches: [main]
tags:
- "v*"
pull_request:
branches:
- main
Expand Down

0 comments on commit 67c5b0c

Please sign in to comment.