[CI] Disable running pipeline for draft PRs

There is no need to run them on main repo, when PR is not ready.
They still should be functional on personal fork.
This commit is contained in:
Gliniak
2026-08-07 17:12:04 +02:00
parent 6a45452087
commit b98037bed2

View File

@@ -7,6 +7,7 @@ on:
- 'docs/**'
- 'LICENSE'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '*.md'
- 'docs/**'