Skip to content

Commit

Permalink
Merge pull request #930 from zancas/tune_ci_to_review_ready
Browse files Browse the repository at this point in the history
stop triggering CI on draft PRs
  • Loading branch information
zancas authored Apr 10, 2024
2 parents b2997de + 8ab323f commit 36caa15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
pull_request:
types: [ready_for_review]
push:
branches: [stable, dev]
workflow_dispatch:
Expand Down

0 comments on commit 36caa15

Please sign in to comment.