Skip to content

Commit b82bd57

Browse files
committed
check the correct PR depending on the trigger
1 parent a9d62a3 commit b82bd57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- fix_yarn_version_cli
76
pull_request_review:
87
types: [submitted]
98

@@ -20,7 +19,7 @@ jobs:
2019

2120
- name: Check if version was already bumped
2221
id: version_check
23-
# if: github.event.review.state == 'approved'
22+
if: github.event.review.state == 'approved'
2423
run: |
2524
# Find the commit where the branch diverged from main
2625
git fetch origin main

0 commit comments

Comments
 (0)