Skip to content

Commit 61b30db

Browse files
authored
[CI] Run regular tests when editing files in deps/ (#2599)
The jobs building Enzyme locally are affected by these changes, so need to be triggered when the files are modified.
1 parent e4b7573 commit 61b30db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '.github/workflows/CI.yml'
6+
- 'deps/**'
67
- 'ext/**'
78
- 'lib/**'
89
- 'src/**'
@@ -15,6 +16,7 @@ on:
1516
- release-*
1617
paths:
1718
- '.github/workflows/CI.yml'
19+
- 'deps/**'
1820
- 'ext/**'
1921
- 'lib/**'
2022
- 'src/**'

0 commit comments

Comments
 (0)