ci: skip updating changelog on release commits

This commit is contained in:
Daniel Roe 2023-06-23 13:02:52 +01:00
parent adb1c122a7
commit 06c9966e29
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ concurrency:
jobs: jobs:
update-changelog: update-changelog:
if: github.repository_owner == 'nuxt' if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: