Skip to content

Commit fdb3e4b

Browse files
authored
fix: Update release.yml (#431)
Updates release.yml so that the workflow is only triggered if at least one file under /samples (or any subdirectory) is changed.
1 parent fb60714 commit fdb3e4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818
push:
1919
branches:
2020
- main
21+
paths:
22+
- 'samples/**'
2123

2224
jobs:
2325
release:

0 commit comments

Comments
 (0)