We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f980699 commit 420a802Copy full SHA for 420a802
.github/workflows/code-quality.yml
@@ -3,6 +3,11 @@ name: Code Quality
3
on:
4
push:
5
branches: [main]
6
+ paths:
7
+ - "src/**"
8
+ - "tests/**"
9
+ - "scripts/**"
10
+ - "*.json"
11
pull_request:
12
13
concurrency:
.github/workflows/run-tests.yml
@@ -3,6 +3,10 @@ name: Tests
+ - "package.json"
+
0 commit comments