Skip to content

Commit

Permalink
ci(analyze): don't run when PR is in draft
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Jul 16, 2023
1 parent 6495687 commit 2460acf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2460acf

Please sign in to comment.