mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
update ci settings
This commit is contained in:
parent
37825bfe77
commit
0b5bd2ba92
2 changed files with 14 additions and 0 deletions
7
.github/workflows/ui-components.yml
vendored
7
.github/workflows/ui-components.yml
vendored
|
@ -2,7 +2,14 @@ name: UI Components
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'renovate/*'
|
||||
- 'dependabot/*'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'renovate/*'
|
||||
- 'dependabot/*'
|
||||
paths:
|
||||
- .github/workflows/ui-components.yml
|
||||
- 'packages/ui-components/**'
|
||||
|
|
7
.github/workflows/website.yml
vendored
7
.github/workflows/website.yml
vendored
|
@ -2,7 +2,14 @@ name: Verdaccio Website CI
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'renovate/*'
|
||||
- 'dependabot/*'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'renovate/*'
|
||||
- 'dependabot/*'
|
||||
paths:
|
||||
- 'website/**'
|
||||
- './.github/workflows/website.yml'
|
||||
|
|
Loading…
Reference in a new issue