0
Fork 0
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:
Juan Picado 2023-12-31 15:22:27 +01:00
parent 37825bfe77
commit 0b5bd2ba92
2 changed files with 14 additions and 0 deletions

View file

@ -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/**'

View file

@ -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'