We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04643b commit 850b03dCopy full SHA for 850b03d
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
10
- "tsconfig.esm.json"
11
- "ava.config.cjs"
12
- "package.json"
13
+ - "pnpm-lock.yaml"
14
- ".github/workflows/ci.yml"
15
pull_request:
16
branches: [master]
@@ -20,6 +21,7 @@ on:
20
21
22
23
24
25
26
27
jobs:
0 commit comments