We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43419b9 commit 4992283Copy full SHA for 4992283
.github/workflows/pytest.yml
@@ -2,6 +2,12 @@ name: pytest
2
3
on:
4
pull_request:
5
+ paths: # This action will only run if the PR modifies a file in one of these directories
6
+ - 'ml-agents/**'
7
+ - 'ml-agents-envs/**'
8
+ - 'gym-unity/**'
9
+ - 'test_constraints*.txt'
10
+ - 'test_requirements.txt'
11
push:
12
branches: [master]
13
0 commit comments