ci: Fix docstrings linting workflow never running (#8327)

* Fix docstrings linting workflow never running

* Trigger file

* Remove trigger file

* Remove unnecessary trigger
This commit is contained in:
Silvano Cerza 2024-09-04 17:57:38 +02:00 committed by GitHub
parent 314a6396d3
commit a34869da3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,14 @@
name: run docstrings linting
on:
push:
branches:
- docstrings-linting
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- "**.py"
jobs:
docstrings-linting: