We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c800a89 commit e0643e7Copy full SHA for e0643e7
.github/workflows/changelog.yml
@@ -15,7 +15,7 @@ concurrency:
15
16
jobs:
17
update:
18
- if: github.repository_owner == 'pinia-orm' && !contains(github.event.head_commit.message, 'v1.')
+ if: !contains(github.event.head_commit.message, 'v1.')
19
runs-on: ubuntu-latest
20
21
steps:
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ on:
11
pull_request:
12
branches:
13
- main
14
+ - "!v[0-9]*"
paths-ignore:
- docs/**
- docs-playground/**
0 commit comments