Skip to content

Commit cfae5a5

Browse files
committed
fix: finish release worflow fixed
1 parent edc1672 commit cfae5a5

2 files changed

Lines changed: 2 additions & 2 deletions

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)