Skip to content

Commit 9898e91

Browse files
authored
Merge pull request #453 from cmu-delphi/draft-prs
Only run CI on non draft prs
2 parents cd865d0 + 494df5d commit 9898e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches: [ main ]
99
pull_request:
10+
types: [ review_requested, ready_for_review ]
1011
branches: [ main ]
1112

1213
jobs:

0 commit comments

Comments
 (0)