chore: use release title for prereq

This commit is contained in:
Randolf J 2022-06-01 16:13:11 +02:00
parent 592745cdf2
commit a92c71d188

View File

@ -7,7 +7,7 @@ on:
jobs:
pre-release:
if: '!startsWith(github.event.head_commit.message, "chore: freeze version on docs")'
if: "startsWith(github.event.head_commit.message, 'chore(main): release')"
runs-on: ubuntu-latest
permissions:
contents: write