mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-02 18:06:35 +00:00
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:
parent
314a6396d3
commit
a34869da3f
11
.github/workflows/docstrings_linting.yml
vendored
11
.github/workflows/docstrings_linting.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user