Skip to content

Commit 3a36754

Browse files
committed
Run the whole pipeline when dependencies change
1 parent 2b1cc64 commit 3a36754

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/internal-java-code-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- '**/*.md'
1010
- '**/*.txt'
11+
- '!requirements.txt'
1112
- '**/*.css'
1213
- '**/*.html'
1314
- '**/*.js'
@@ -26,6 +27,7 @@ on:
2627
paths-ignore:
2728
- '**/*.md'
2829
- '**/*.txt'
30+
- '!requirements.txt'
2931
- '**/*.css'
3032
- '**/*.html'
3133
- '**/*.js'

.github/workflows/internal-typescript-code-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths-ignore:
99
- '**/*.md'
1010
- '**/*.txt'
11+
- '!requirements.txt'
1112
- '**/*.css'
1213
- '**/*.html'
1314
- '**/*.js'
@@ -26,6 +27,7 @@ on:
2627
paths-ignore:
2728
- '**/*.md'
2829
- '**/*.txt'
30+
- '!requirements.txt'
2931
- '**/*.css'
3032
- '**/*.html'
3133
- '**/*.js'

0 commit comments

Comments
 (0)