Skip to content

Commit b735659

Browse files
committed
Change workflow conditions
1 parent 2ffcdf3 commit b735659

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/build-npm-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- "npm-packages/shared-utils/**"
1010
- "npm-packages/react-api/**"
11-
- ".github/workflows/build-desktop.yml"
11+
- ".github/workflows/build-npm-packages.yml"
1212

1313
permissions:
1414
contents: read

.github/workflows/release-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Release Pulse CLI
33
on:
44
push:
55
branches: ["main"]
6+
paths:
7+
- "npm-packages/cli/**"
68

79
jobs:
810
release:

.github/workflows/release-npm-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ permissions:
88
on:
99
push:
1010
branches: ["main"]
11+
paths:
12+
- "npm-packages/shared-utils/**"
13+
- "npm-packages/react-api/**"
1114

1215
jobs:
1316
release:

0 commit comments

Comments
 (0)