Skip to content

Commit 2b6967f

Browse files
committed
ci: update changelog from 3.x branch updates
1 parent 2dee99c commit 2b6967f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- 3.x
78
- 2.x
89

910
permissions:
@@ -16,7 +17,7 @@ concurrency:
1617

1718
jobs:
1819
update:
19-
if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.')
20+
if: github.repository_owner == 'nuxt' && !contains(github.event.head_commit.message, 'v3.') && !contains(github.event.head_commit.message, 'v4.')
2021
runs-on: ubuntu-latest
2122

2223
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111

1212
jobs:
1313
release:
14-
if: github.repository == 'nuxt/nuxt' && startsWith(github.event.head_commit.message, 'v3.')
14+
if: github.repository == 'nuxt/nuxt' && (startsWith(github.event.head_commit.message, 'v3.') || startsWith(github.event.head_commit.message, 'v4.'))
1515
permissions:
1616
id-token: write
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)