mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
ci(analyze): don't run when PR is in draft
This commit is contained in:
parent
6495687841
commit
2460acf0f4
5
.github/workflows/analyze.yml
vendored
5
.github/workflows/analyze.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user