Skip to content

Commit c4a1cf2

Browse files
authored
Ignore version workflow if only UI changes present (#543)
1 parent 21af5fd commit c4a1cf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
paths-ignore:
8+
- 'packages/ui/**'
79

810
concurrency: version-or-publish-${{ github.ref }}
911

0 commit comments

Comments
 (0)