Skip to content

Commit cf0319f

Browse files
committed
ci: add C/C++/Metal extensions and lock file to release trigger paths
1 parent d9a0bcb commit cf0319f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ on:
1313
- main
1414
paths:
1515
- '**/*.swift'
16+
- '**/*.c'
17+
- '**/*.cpp'
18+
- '**/*.h'
19+
- '**/*.hpp'
20+
- '**/*.m'
21+
- '**/*.mm'
22+
- '**/*.metal'
1623
- 'Package.swift'
24+
- 'Package.resolved'
1725
- '.github/workflows/release.yml'
1826

1927
concurrency:

0 commit comments

Comments
 (0)