Skip to content

Commit 4f6a8de

Browse files
valeriocomomburri
authored andcommitted
fix: finish release worflow fixed (italia#434)
1 parent 9cd3cd8 commit 4f6a8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/finish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
finish_release:
13-
# if: github.event.review.state == 'approved'
13+
if: startsWith(github.head_ref, 'release/') && github.event.pull_request.merged == true
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout main branch

0 commit comments

Comments
 (0)