Skip to content

Commit 6e723b7

Browse files
authored
chore: add ready_for_review to workflow triggers (#179)
1 parent cd0a559 commit 6e723b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
- reopened
88
- synchronize
9+
- ready_for_review
910

1011
jobs:
1112
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
- reopened
88
- synchronize
9+
- ready_for_review
910

1011
jobs:
1112
test:

0 commit comments

Comments
 (0)