File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed
Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,24 @@ name: Tests
33on :
44 push :
55 branches : [ main ]
6+ paths :
7+ - ' main.py'
8+ - ' app_run.py'
9+ - ' src/**'
10+ - ' scripts/**'
11+ - ' tests/**'
12+ - ' pyproject.toml'
13+ - ' .github/workflows/tests.yml'
614 pull_request :
715 branches : [ main ]
16+ paths :
17+ - ' main.py'
18+ - ' app_run.py'
19+ - ' src/**'
20+ - ' scripts/**'
21+ - ' tests/**'
22+ - ' pyproject.toml'
23+ - ' .github/workflows/tests.yml'
824
925jobs :
1026 test :
Original file line number Diff line number Diff line change @@ -271,16 +271,3 @@ Common security issues to avoid:
271271- Command injection in subprocess calls
272272- Unsafe deserialization
273273- Hardcoded secrets
274-
275- ## Questions?
276-
277- - ** Issues** : Open a [ GitHub Issue] ( https://github.com/jvachier/scientific-literature-rag/issues )
278- - ** Discussions** : Use [ GitHub Discussions] ( https://github.com/jvachier/scientific-literature-rag/discussions )
279-
280- ## License
281-
282- By contributing, you agree that your contributions will be licensed under the MIT License.
283-
284- ---
285-
286- Thank you for contributing! Your work helps make scientific research more accessible.
Original file line number Diff line number Diff line change @@ -716,8 +716,6 @@ Contributions are welcome! Please:
716716
717717Apache License 2.0 - see LICENSE file for details
718718
719- Copyright 2025 Jeremy Vachier
720-
721719## Citation
722720
723721If you use this tool in your research, please cite:
You can’t perform that action at this time.
0 commit comments