Skip to content

Commit f5f91dc

Browse files
authored
Merge pull request spinframework#48 from karthik2804/ci/run-only-on-src-change
Run workflow only when SDK source code is modified
2 parents 34908b0 + 265d98d commit f5f91dc

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)