* don't run pytest on doc or C# changes * also run on test dependency configs
on:
pull_request:
paths: # This action will only run if the PR modifies a file in one of these directories
- 'ml-agents/**'
- 'ml-agents-envs/**'
- 'gym-unity/**'
- 'test_constraints*.txt'
- 'test_requirements.txt'
push:
branches: [master]