File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 push :
99 branches : ["*"]
1010 paths :
11- - " recipes/**"
12- - " utils/**"
11+ - " recipes/**/*.js"
12+ - " recipes/**/*.ts"
13+ - " recipes/**/package.json"
14+ - " utils/**/*.js"
15+ - " utils/**/*.ts"
16+ - " utils/package.json"
1317 - " package.json"
1418 - " package-lock.json"
1519 - " .github/workflows/ci.yml"
1620 pull_request :
1721 branches : ["*"]
1822 paths :
19- - " recipes/**"
20- - " utils/**"
23+ - " recipes/**/*.js"
24+ - " recipes/**/*.ts"
25+ - " recipes/**/package.json"
26+ - " utils/**/*.js"
27+ - " utils/**/*.ts"
28+ - " utils/**/package.json"
2129 - " package.json"
2230 - " package-lock.json"
2331 - " .github/workflows/ci.yml"
3543 name : Configure Node environment matrix
3644 runs-on : ubuntu-latest
3745
46+ if : ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
47+
3848 outputs :
3949 latest : ${{ steps.set-matrix.outputs.requireds }}
4050 steps :
You can’t perform that action at this time.
0 commit comments