Skip to content

Commit eab0fa8

Browse files
authored
chore: add ready_for_review to workflow triggers (#562)
1 parent 4e1cb60 commit eab0fa8

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)