mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
ci: run autofix on renovate branches
This commit is contained in:
parent
fb76b3931a
commit
af75f18cf5
1
.github/workflows/autofix-docs.yml
vendored
1
.github/workflows/autofix-docs.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- ".github/workflows/docs.yml"
|
- ".github/workflows/docs.yml"
|
||||||
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "renovate/**"
|
- "renovate/**"
|
||||||
|
|
||||||
|
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@ -8,7 +8,6 @@ on:
|
|||||||
# autofix workflow will be triggered instead for PRs
|
# autofix workflow will be triggered instead for PRs
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- "renovate/**"
|
|
||||||
- "!v[0-9]*"
|
- "!v[0-9]*"
|
||||||
|
|
||||||
# Remove default permissions of GITHUB_TOKEN for security
|
# Remove default permissions of GITHUB_TOKEN for security
|
||||||
|
Loading…
Reference in New Issue
Block a user