Skip to content

Commit

Permalink
Merge pull request #224 from MickaelFontes/always-enable-scrapping-test
Browse files Browse the repository at this point in the history
feat(ci/actions): add scrapping test when dependency update
  • Loading branch information
MickaelFontes authored Jan 20, 2025
2 parents 25882ae + 1dafc7d commit 052e3ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scrapping-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Test scrapping script
on:
pull_request:
branches: ["main"]
paths: ["noplp/**"]
paths:
- "noplp/**"
- "poetry.lock"

jobs:
scraping-testing:
Expand Down

0 comments on commit 052e3ef

Please sign in to comment.