Skip to content

Commit

Permalink
[fix:3] - update 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 14, 2024
1 parent 577e90a commit 80df47b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ name: backend-beneficios-release

on:
push:
branches: [main, devel]
branches: [main]
tags:
- "v*"
pull_request:
branches:
- main
- devel
types: [closed]

jobs:
generate-release:
Expand Down

0 comments on commit 80df47b

Please sign in to comment.