mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 05:36:17 +00:00
ci(analyze): don't run when PR is in draft
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user