make 'ready for review' an event that triggers the tests (#2643)

This commit is contained in:
Sara Zan 2022-06-09 09:23:38 +02:00 committed by GitHub
parent 293a3b53d2
commit 9968c373d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,11 @@ on:
branches: branches:
- master - master
pull_request: pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths: paths:
- '**/*.py' - '**/*.py'
- '**/*.yml' - '**/*.yml'