Skip to content

Commit e6ef4c8

Browse files
authored
Update prepare-release-branch.yml
1 parent 6587485 commit e6ef4c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
env:
1717
PRERELEASE_VERSION: ${{ github.event.inputs.prerelease_version }}
1818
run: |
19-
if [[ $GITHUB_REF_NAME != main ]]; then
20-
echo this workflow should only be run against main
21-
exit 1
22-
fi
23-
2419
if ! grep --quiet "^## Unreleased$" CHANGELOG.md; then
2520
echo the change log is missing an \"Unreleased\" section
2621
exit 1

0 commit comments

Comments
 (0)