mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
ci: don't run ci for release branches
This commit is contained in:
parent
872d681549
commit
f550976f74
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -11,6 +11,7 @@ on:
|
||||
- "docs/**"
|
||||
branches:
|
||||
- main
|
||||
- "!v[0-9]*"
|
||||
|
||||
# https://github.com/vitejs/vite/blob/main/.github/workflows/ci.yml
|
||||
env:
|
||||
|
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
# autofix workflow will be triggered instead for PRs
|
||||
branches:
|
||||
- main
|
||||
- "!v[0-9]*"
|
||||
|
||||
# Remove default permissions of GITHUB_TOKEN for security
|
||||
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
|
||||
|
1
.github/workflows/introspect.yml
vendored
1
.github/workflows/introspect.yml
vendored
@ -11,6 +11,7 @@ on:
|
||||
- ".github/workflows/**"
|
||||
branches:
|
||||
- main
|
||||
- "!v[0-9]*"
|
||||
|
||||
jobs:
|
||||
lint-workflows:
|
||||
|
Loading…
Reference in New Issue
Block a user