Skip to content

Commit f85a0a0

Browse files
committed
[Chore] trigger release action only when the root cargo config is
changed
1 parent ca1800f commit f85a0a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Release CodeSnap to crates.io
33
on:
44
push:
55
paths:
6-
- core/Cargo.toml
7-
- lib/Cargo.toml
6+
- Cargo.toml
87
branches:
98
- main
109

0 commit comments

Comments
 (0)