Skip to content

Commit d83e229

Browse files
committed
Build new release only if src changes
1 parent 7fb0fc1 commit d83e229

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish_sdk.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
branches:
55
- master
6+
paths:
7+
- 'src/**'
8+
paths-ignore:
9+
- '.github/**'
10+
- 'README.md'
611
jobs:
712
release_draft:
813
name: Create release draft

0 commit comments

Comments
 (0)