Skip to content

Commit d392907

Browse files
Merge remote-tracking branch 'upstream/main' into kdabhadkar/FQ-refactorings
2 parents b2ca766 + b417823 commit d392907

File tree

6 files changed

+682
-0
lines changed

6 files changed

+682
-0
lines changed

.github/workflows/code-scanning.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- "pull-request/[0-9]+"
2222
paths-ignore:
2323
- '**/*.md'
24+
- 'docs/**'
2425
- 'LICENSE'
2526
- '.github/ISSUE_TEMPLATE/**'
2627
- '.github/*.yaml'

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ on:
2929
- "pull-request/[0-9]+"
3030
paths-ignore:
3131
- '**/*.md'
32+
- 'docs/**'
3233
- 'LICENSE'
3334
- '.github/ISSUE_TEMPLATE/**'
3435
- '.github/*.yaml'

.github/workflows/lint-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- "pull-request/[0-9]+"
2222
paths-ignore:
2323
- '**/*.md'
24+
- 'docs/**'
2425
- 'LICENSE'
2526
- '.github/ISSUE_TEMPLATE/**'
2627
- '.github/*.yaml'

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
- main
2323
paths-ignore:
2424
- '**/*.md'
25+
- 'docs/**'
2526
- 'LICENSE'
2627
- '.github/ISSUE_TEMPLATE/**'
2728
- '.github/*.yaml'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
- 'v*'
2121
paths-ignore:
2222
- '**/*.md'
23+
- 'docs/**'
2324
- 'LICENSE'
2425
- '.github/ISSUE_TEMPLATE/**'
2526
- '.github/*.yaml'

0 commit comments

Comments
 (0)