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.
impit-node
1 parent 95a2623 commit 5bd2a8aCopy full SHA for 5bd2a8a
.github/workflows/cli-release.yaml
@@ -10,6 +10,10 @@ on:
10
paths:
11
- "impit-cli/**"
12
- "impit/**"
13
+ pull_request:
14
+ paths:
15
+ - "impit-cli/**"
16
+ - "impit/**"
17
workflow_dispatch:
18
19
env:
.github/workflows/node-release.yml
@@ -15,9 +15,16 @@ permissions:
- '**'
- 'impit-node/**'
- pull_request: null
20
+ - 'impit-node/**'
21
+ - 'impit/**'
22
+ workflow_dispatch:
23
jobs:
24
build:
25
+ defaults:
26
+ run:
27
+ working-directory: impit-node
28
strategy:
29
fail-fast: false
30
matrix:
0 commit comments