Skip to content

Commit 39af78b

Browse files
committed
Fixed paths in test suite triggers on github actions
1 parent 819d1d9 commit 39af78b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/static-analyze.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- '.github/workflows/**'
77
- 'src/adapter/**'
8+
- 'src/bridge/**'
89
- 'src/core/**'
910
- 'src/lib/**'
1011
- 'tools/**'

.github/workflows/test-mutations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
paths:
66
- '.github/workflows/test-mutations.yml'
77
- '.github/workflows/test-suite.yml'
8-
- 'src/adapter/**'
98
- 'src/core/**'
109
- 'src/lib/**'
1110
- 'tools/infection/composer.*'

.github/workflows/test-suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- '.github/workflows/**'
77
- 'src/adapter/**'
8+
- 'src/bridge/**'
89
- 'src/core/**'
910
- 'src/lib/**'
1011
- 'tools/**'

0 commit comments

Comments
 (0)