1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-31 13:19:29 -05:00

ci(storybook): prevent running for bots

This commit is contained in:
Acid Chicken 2025-03-26 12:17:56 +09:00 committed by GitHub
parent 36865a5771
commit ed86b1706d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,15 @@ on:
branches:
- master
- develop
- dev/storybook8 # for testing
pull_request_target:
branches-ignore:
# Since pull requests targets master mostly is the "develop" branch.
# Storybook CI is checked on the "push" event of "develop" branch so it would cause a duplicate build.
# 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/**
jobs:
build: