We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfb406 commit fa14344Copy full SHA for fa14344
.github/workflows/test.yml
@@ -8,6 +8,9 @@ on:
8
# Runs on pushes targeting the default branch
9
push:
10
branches: ["main"]
11
+ paths:
12
+ - "package.json"
13
+ - "package-lock.json"
14
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
0 commit comments