Skip to content

Commit f302393

Browse files
committed
ci: add conditions for workflow run
1 parent f9d158f commit f302393

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/code-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- '.github/workflows/code-analysis.yml'
99
- 'src/**'
1010
- 'tests/**'
11+
- 'pnpm-lock.yaml'
1112
pull_request:
1213
branches:
1314
- master
1415
paths:
1516
- '.github/workflows/code-analysis.yml'
1617
- 'src/**'
1718
- 'tests/**'
19+
- 'pnpm-lock.yaml'
1820

1921
jobs:
2022
run-linter:

.github/workflows/perform-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- '.github/workflows/perform-test.yml'
99
- 'src/**'
1010
- 'tests/**'
11+
- 'pnpm-lock.yaml'
1112
pull_request:
1213
branches:
1314
- master
1415
paths:
1516
- '.github/workflows/perform-test.yml'
1617
- 'src/**'
1718
- 'tests/**'
19+
- 'pnpm-lock.yaml'
1820

1921
jobs:
2022
run-tester:

0 commit comments

Comments
 (0)