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.
|
# This is a waste of chromatic build quota, so we don't run storybook CI on pull requests targets master.
|
||||||
- master
|
- master
|
||||||
# Neither Dependabot nor Renovate will change the actual behavior for components.
|
# Neither Dependabot nor Renovate will change the actual behavior for components.
|
||||||
- dependabot/**
|
- 'dependabot/**'
|
||||||
- renovate/**
|
- 'renovate/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue