fix(ci): quote `branches-ignore` pattern in Storybook workflow (#15762)
This commit is contained in:
parent
e24d799c0a
commit
91416527c2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue