Skip to content

Commit

Permalink
chore: add ready_for_review to workflow triggers (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-slovak authored May 27, 2024
1 parent df73b01 commit 8ce91e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
test:
Expand Down

0 comments on commit 8ce91e1

Please sign in to comment.