mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-02 10:49:30 +00:00
Exclude .github folder from triggering tests in CI (#4120)
This commit is contained in:
parent
e6b6f70ae2
commit
0b23f84205
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -16,6 +16,7 @@ on:
|
||||
paths:
|
||||
- "**.py"
|
||||
- "pyproject.toml"
|
||||
- "!.github/**/*.py"
|
||||
- "!rest_api/**/*.py"
|
||||
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user