summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2023-04-03 13:44:17 +0900
committerAcid Chicken (硫酸鶏) <root@acid-chicken.com>2023-04-03 13:44:17 +0900
commit9b004248a9e321ec309815bd9dc18ec4ccebaa59 (patch)
tree96eae062492e0b679e8d448d0adfad8fd641b7a5
parentMerge branch 'storybook' of https://github.com/misskey-dev/misskey into story... (diff)
downloadmisskey-9b004248a9e321ec309815bd9dc18ec4ccebaa59.tar.gz
misskey-9b004248a9e321ec309815bd9dc18ec4ccebaa59.tar.bz2
misskey-9b004248a9e321ec309815bd9dc18ec4ccebaa59.zip
ci(#10336): use `pull_request` instead of `pull_request_target` for now
-rw-r--r--.github/workflows/storybook.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml
index bc27c62ec7..94d8287f91 100644
--- a/.github/workflows/storybook.yml
+++ b/.github/workflows/storybook.yml
@@ -5,7 +5,7 @@ on:
branches:
- master
- develop
- pull_request_target:
+ pull_request:
jobs:
build: