ci(analyze): don't run when PR is in draft

This commit is contained in:
Pun 2023-07-16 17:10:29 +07:00 committed by GitHub
parent 6495687841
commit 2460acf0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,11 @@ on:
- ".github/workflows/analyze.yml"
pull_request:
branches: [ "main", "dev" ]
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- "**.dart"
- ".github/workflows/analyze.yml"