diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2025-04-05 19:32:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-05 19:32:48 +0900 |
| commit | 91416527c256a42919488384408f9e6760bfbc57 (patch) | |
| tree | 6f0976b670676698909eb7fd57b2348cce197dd0 /.github | |
| parent | chore: set ignorePatchFailures to false (#15763) (diff) | |
| download | sharkey-91416527c256a42919488384408f9e6760bfbc57.tar.gz sharkey-91416527c256a42919488384408f9e6760bfbc57.tar.bz2 sharkey-91416527c256a42919488384408f9e6760bfbc57.zip | |
fix(ci): quote `branches-ignore` pattern in Storybook workflow (#15762)
Diffstat (limited to '.github')
| -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: |