Skip to content

Commit 0fe0d85

Browse files
committed
Update triggers in run-unittests-default_setup.yml and run-unittests.yml.
1 parent 87f78ba commit 0fe0d85

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- 'release/**'
7+
- "release/**"
88
- develop
99
paths:
10-
- 'ads/**'
10+
- "ads/**"
1111
- setup.py
12-
- '**requirements.txt'
12+
- "**requirements.txt"
13+
- .github/workflows/run-unittests.yml
14+
- .github/workflows/run-unittests-default_setup.yml
1315

1416
# Cancel in progress workflows on pull_requests.
1517
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/run-unittests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- "ads/**"
1111
- setup.py
1212
- "**requirements.txt"
13+
- .github/workflows/run-unittests.yml
14+
- .github/workflows/run-unittests-default_setup.yml
1315

1416
# Cancel in progress workflows on pull_requests.
1517
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

0 commit comments

Comments
 (0)