Skip to content

Commit

Permalink
chore: revert "chore: fix pre-release" (#9211)
Browse files Browse the repository at this point in the history
Reverts #9199
  • Loading branch information
jrandolf committed Nov 3, 2022
1 parent d011ca8 commit 65386b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pre-release:
if: "github.event_name == 'pull_request' && startsWith(github.event.head_commit.message, 'chore: release main')"
if: "startsWith(github.event.head_commit.message, 'chore: release main')"
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 65386b3

Please sign in to comment.