Skip to content

Commit

Permalink
Don't run Github Action on draft PRs (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-binit authored Sep 30, 2024
1 parent 015a0d2 commit bec3848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- master
pull_request:
types: [review_requested, ready_for_review]
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit bec3848

Please sign in to comment.