Skip to content

Commit e88d2d2

Browse files
committed
ci: skip updating changelog for release commits
1 parent 584b4b8 commit e88d2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
update-changelog:
18-
if: github.repository_owner == 'nuxt'
18+
if: github.repository_owner == 'nuxt' && !startsWith(github.event.head_commit.message, 'v')
1919
runs-on: ubuntu-latest
2020

2121
steps:

0 commit comments

Comments
 (0)