ci: update changelog from 3.x branch updates

This commit is contained in:
Daniel Roe 2024-06-18 17:25:55 +01:00
parent 2dee99ca31
commit 2b6967fbb6
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 3.x
- 2.x
permissions:
@ -16,7 +17,7 @@ concurrency:
jobs:
update:
if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.')
if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.') && !contains(github.event.head_commit.message, 'v4.')
runs-on: ubuntu-latest
steps:

View File

@ -11,7 +11,7 @@ permissions: {}
jobs:
release:
if: github.repository == 'nuxt/nuxt' && startsWith(github.event.head_commit.message, 'v3.')
if: github.repository == 'nuxt/nuxt' && (startsWith(github.event.head_commit.message, 'v3.') || startsWith(github.event.head_commit.message, 'v4.'))
permissions:
id-token: write
runs-on: ubuntu-latest