Skip to content

Commit 34955fa

Browse files
authored
Update prepare-release-branch.yml
1 parent e5a9307 commit 34955fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/prepare-release-branch.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
env:
2020
PRERELEASE_VERSION: ${{ github.event.inputs.prerelease_version }}
2121
run: |
22-
if [[ $GITHUB_REF_NAME != main ]]; then
23-
echo this workflow should only be run against main
24-
exit 1
25-
fi
2622
2723
if ! grep --quiet "^## Unreleased$" CHANGELOG.md; then
2824
echo the change log is missing an \"Unreleased\" section

0 commit comments

Comments
 (0)