Skip to content

Commit 465acd9

Browse files
authored
fix: include 'src/**' path in release workflow triggers (#1646)
Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com>
1 parent 04fc3fd commit 465acd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- 'memory/**'
88
- 'scripts/**'
9+
- 'src/**'
910
- 'templates/**'
1011
- '.github/workflows/**'
1112
workflow_dispatch:

0 commit comments

Comments
 (0)