Skip to content

Commit eefdecc

Browse files
committed
ci(coverage): ignore release pr
1 parent 0672d61 commit eefdecc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: coverage
2-
on: ["push", "pull_request"]
2+
on:
3+
push:
4+
branches-ignore:
5+
- 'release-plz-*'
6+
pull_request:
7+
branches-ignore:
8+
- 'release-plz-*'
39
env:
410
# increment this manually to force cache eviction
511
RUST_CACHE_PREFIX: "v0-rust"

0 commit comments

Comments
 (0)