diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-03 13:44:17 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-04-03 13:44:17 +0900 |
| commit | 9b004248a9e321ec309815bd9dc18ec4ccebaa59 (patch) | |
| tree | 96eae062492e0b679e8d448d0adfad8fd641b7a5 | |
| parent | Merge branch 'storybook' of https://github.com/misskey-dev/misskey into story... (diff) | |
| download | misskey-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.yml | 2 |
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: |