Skip to content

Commit e0643e7

Browse files
committed
chore: Change changelog gen condition
1 parent c800a89 commit e0643e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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:
18-
if: github.repository_owner == 'pinia-orm' && !contains(github.event.head_commit.message, 'v1.')
18+
if: !contains(github.event.head_commit.message, 'v1.')
1919
runs-on: ubuntu-latest
2020

2121
steps:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- main
14+
- "!v[0-9]*"
1415
paths-ignore:
1516
- docs/**
1617
- docs-playground/**

0 commit comments

Comments
 (0)