diff options
| -rw-r--r-- | .github/workflows/storybook.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 0deefbf166..620d83d6c9 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -12,8 +12,8 @@ on: # This is a waste of chromatic build quota, so we don't run storybook CI on pull requests targets master. - master # Neither Dependabot nor Renovate will change the actual behavior for components. - - dependabot/** - - renovate/** + - 'dependabot/**' + - 'renovate/**' jobs: build: |