Skip to content

Commit 1443b8d

Browse files
authored
Merge branch 'main' into add-user-support-docs
2 parents 6cfc336 + b03650a commit 1443b8d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/lint_code.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths-ignore:
11+
- 'docs/**'
1012
push:
1113
branches:
1214
- main

.github/workflows/lint_scripts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths-ignore:
11+
- 'docs/**'
1012
push:
1113
branches:
1214
- "main"

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches:
88
- main
9+
paths-ignore:
10+
- 'docs/**'
911
push:
1012
branches:
1113
- main

0 commit comments

Comments
 (0)