File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches :
6
6
- main
7
- - ' release/**'
7
+ - " release/**"
8
8
- develop
9
9
paths :
10
- - ' ads/**'
10
+ - " ads/**"
11
11
- setup.py
12
- - ' **requirements.txt'
12
+ - " **requirements.txt"
13
+ - .github/workflows/run-unittests.yml
14
+ - .github/workflows/run-unittests-default_setup.yml
13
15
14
16
# Cancel in progress workflows on pull_requests.
15
17
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
Original file line number Diff line number Diff line change 10
10
- " ads/**"
11
11
- setup.py
12
12
- " **requirements.txt"
13
+ - .github/workflows/run-unittests.yml
14
+ - .github/workflows/run-unittests-default_setup.yml
13
15
14
16
# Cancel in progress workflows on pull_requests.
15
17
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
You can’t perform that action at this time.
0 commit comments