summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-05 19:45:14 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-05 19:45:14 +0900
commit1626e8038b6fa5b2aa00216b19a1eae952f82783 (patch)
tree4d92a31e68b2b5fe4bafb9e397c9bd3f9439eecd /.github/workflows
parentrefactor(frontend): refactor divider of panel style (diff)
parentfix(ci): quote `branches-ignore` pattern in Storybook workflow (#15762) (diff)
downloadmisskey-1626e8038b6fa5b2aa00216b19a1eae952f82783.tar.gz
misskey-1626e8038b6fa5b2aa00216b19a1eae952f82783.tar.bz2
misskey-1626e8038b6fa5b2aa00216b19a1eae952f82783.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/storybook.yml4
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: