Skip to content

Commit 584f022

Browse files
committed
removed pr merge validation
1 parent 231a5db commit 584f022

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ jobs:
5252
run: |
5353
echo "This workflow can only be run on 'release/**' or 'preview/**' branches."
5454
exit 1
55-
- name: 'Validate pull request merged'
56-
if: ${{ github.event.pull_request.merged != true }}
57-
run: |
58-
echo "This workflow can only be run on merged pull requests."
59-
exit 1
6055
6156
versioning:
6257
name: 'Extract version from branch'

0 commit comments

Comments
 (0)