Skip to content

Commit 5bd2a8a

Browse files
committed
chore(ci): try to fix the impit-node workflow
1 parent 95a2623 commit 5bd2a8a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/cli-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
paths:
1111
- "impit-cli/**"
1212
- "impit/**"
13+
pull_request:
14+
paths:
15+
- "impit-cli/**"
16+
- "impit/**"
1317
workflow_dispatch:
1418

1519
env:

.github/workflows/node-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,16 @@ permissions:
1515
- '**'
1616
paths:
1717
- 'impit-node/**'
18-
pull_request: null
18+
pull_request:
19+
paths:
20+
- 'impit-node/**'
21+
- 'impit/**'
22+
workflow_dispatch:
1923
jobs:
2024
build:
25+
defaults:
26+
run:
27+
working-directory: impit-node
2128
strategy:
2229
fail-fast: false
2330
matrix:

0 commit comments

Comments
 (0)