Skip to content

Commit 265d98d

Browse files
committed
Run workflow only when SDK source code is modified
Signed-off-by: karthik Ganeshram <[email protected]>
1 parent 34908b0 commit 265d98d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build
22
on:
33
push:
44
branches: [main]
5+
paths: [crates]
56
workflow_dispatch:
67

78
env:

0 commit comments

Comments
 (0)