We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d158f commit f302393Copy full SHA for f302393
.github/workflows/code-analysis.yml
@@ -8,13 +8,15 @@ on:
8
- '.github/workflows/code-analysis.yml'
9
- 'src/**'
10
- 'tests/**'
11
+ - 'pnpm-lock.yaml'
12
pull_request:
13
branches:
14
- master
15
paths:
16
17
18
19
20
21
jobs:
22
run-linter:
.github/workflows/perform-test.yml
- '.github/workflows/perform-test.yml'
run-tester:
0 commit comments