Skip to content

Commit 61c965f

Browse files
committed
ci: remove useless path trigger
1 parent 8a81c81 commit 61c965f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- main
1212
paths:
1313
- 'backend/**'
14-
- 'frontend/**'
1514
- '.github/workflows/release-plz.yml'
15+
# - 'frontend/**' # No point, release-plz only creates new release when Rust code changes.
1616

1717
jobs:
1818
# Release unpublished packages.

0 commit comments

Comments
 (0)