8000 ci: try another way to disable semantic validation of release prs · nuxt/nuxt@c00191e · GitHub
[go: up one dir, main page]

Skip to content

Commit c00191e

Browse files
committed
ci: try another way to disable semantic validation of release prs
1 parent 70c732a commit c00191e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/semantic-pull-requests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- opened
77
- edited
88
- synchronize
9-
branches-ignore:
10-
- "v[0-9]*"
119

1210
permissions:
1311
contents: read
@@ -17,7 +15,7 @@ jobs:
1715
permissions:
1816
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
1917
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
20-
if: github.repository == 'nuxt/nuxt'
18+
if: github.repository == 'nuxt/nuxt' && !startsWith(github.head_ref, 'v')
2119
runs-on: ubuntu-latest
2220
name: Semantic pull request
2321
steps:

0 commit comments

Comments
 (0)
0