Skip to content

Commit

Permalink
fix: fix up gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas committed Jul 14, 2024
1 parent 2983417 commit 37ec3b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reviewer_lottery.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Reviewer lottery"
on:
pull_request_target:
types: [] #[opened, ready_for_review, reopened]
types: [opened, ready_for_review, reopened]

jobs:
test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Storybook

on:
push:
branches: []
#- master
#- develop
branches: # []
- master
- develop
pull_request_target: []

jobs:
Expand Down

0 comments on commit 37ec3b4

Please sign in to comment.