chore: revert "chore: fix pre-release" (#9211)

Reverts puppeteer/puppeteer#9199
This commit is contained in:
jrandolf 2022-11-03 10:09:15 +01:00 committed by GitHub
parent d011ca8616
commit 65386b3d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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