deploy storybook only on changes in dashboard-v2

This commit is contained in:
Karol Wypchło 2022-02-18 13:56:59 +01:00 committed by GitHub
parent 29d4df0be6
commit d74df7cd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
name: Build Storybook - packages/dashboard-v2
on: [pull_request]
on:
push:
branches:
- master
paths:
- "packages/dashboard-v2/**"
pull_request:
paths:
- "packages/dashboard-v2/**"
defaults:
run: