Don't run pull_request builds on docs-only change (#14485)

This commit is contained in:
leccelecce 2024-10-21 23:00:17 +01:00 committed by GitHub
parent 81b8d7a66b
commit 46f5234bd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,9 @@
name: On pull request
on: pull_request
on:
pull_request:
paths-ignore:
- 'docs/**'
env:
DEFAULT_PYTHON: 3.9