Skip to content

Commit 97e6bdc

Browse files
authored
Update ci-install trigger (#796)
update ci-install trigger Signed-off-by: Chris Trevino <[email protected]> Signed-off-by: Chris Trevino <[email protected]>
1 parent 1a82e1b commit 97e6bdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-install.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ on:
66
push:
77
branches: [main]
88
paths:
9-
- '.github/workflows/ci.yml'
9+
- '.github/workflows/ci-install.yml'
1010
- 'dowhy/**'
1111
- 'tests/**'
12-
- 'docs/source/example_notebooks/**'
1312
- 'pyproject.toml'
1413
- 'poetry.lock'
1514

@@ -19,7 +18,6 @@ on:
1918
- '.github/workflows/ci-install.yml'
2019
- 'dowhy/**'
2120
- 'tests/**'
22-
- 'docs/source/example_notebooks/**'
2321
- 'pyproject.toml'
2422
- 'poetry.lock'
2523

0 commit comments

Comments
 (0)