We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231a5db commit 584f022Copy full SHA for 584f022
.github/workflows/release.yml
@@ -52,11 +52,6 @@ jobs:
52
run: |
53
echo "This workflow can only be run on 'release/**' or 'preview/**' branches."
54
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
60
61
versioning:
62
name: 'Extract version from branch'
0 commit comments