Skip to content

Commit efd57bd

Browse files
committed
update cov bad
1 parent c5cb954 commit efd57bd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/coverage-badge.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Coverage Badge
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["**"]
6+
paths-ignore:
7+
- "assets/coverage.svg"
68
workflow_dispatch:
79

810
permissions:
@@ -39,5 +41,5 @@ jobs:
3941
- name: Commit updated badge
4042
uses: stefanzweifel/git-auto-commit-action@v5
4143
with:
42-
commit_message: "chore(ci): update coverage badge"
44+
commit_message: "chore(ci): update coverage badge [skip ci]"
4345
file_pattern: assets/coverage.svg

0 commit comments

Comments
 (0)