fix(ci): quote `branches-ignore` pattern in Storybook workflow (#15762)

This commit is contained in:
zyoshoka 2025-04-05 19:32:48 +09:00 committed by GitHub
parent e24d799c0a
commit 91416527c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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