Skip to content

Commit da5cf96

Browse files
committed
feat: skip core tests and lints on ui code changes
1 parent 09228a1 commit da5cf96

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'docs/**'
1111
- 'deployments/**'
1212
- '*.md'
13+
- 'ui/**'
1314

1415
pull_request:
1516
branches:
@@ -21,6 +22,7 @@ on:
2122
- 'docs/**'
2223
- 'deployments/**'
2324
- '*.md'
25+
- 'ui/**'
2426

2527
jobs:
2628
lint:

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'deployments/**'
1212
- 'scripts/**'
1313
- '*.md'
14+
- 'ui/**'
1415

1516
pull_request:
1617
branches:
@@ -23,6 +24,7 @@ on:
2324
- 'deployments/**'
2425
- 'scripts/**'
2526
- '*.md'
27+
- 'ui/**'
2628

2729
jobs:
2830
# Run unit tests

0 commit comments

Comments
 (0)