Skip to content

Commit 5274fbd

Browse files
fix(global): kebab workflow should only run if kebab is modified
1 parent af6661c commit 5274fbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/kebab-npm_publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: kebab:npm_publish
22
on:
33
push:
4+
paths:
5+
- "kebab/**"
46
branches:
57
- staging
68
jobs:

0 commit comments

Comments
 (0)