ignore changes to docs/readme/cookbook for builds

This commit is contained in:
ishaan-jaff 2023-08-11 13:18:54 -07:00
parent c0af6ae53e
commit 4f403d06d1

View file

@ -73,7 +73,13 @@ workflows:
version: 2
build_and_test:
jobs:
- local_testing
- local_testing:
filters:
paths:
ignore:
- "README.md"
- "docs"
- "cookbook"
- publish_to_pypi:
requires: