Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 04d5c29

Browse files
committed
ci: update badge for all branches
1 parent 26439b4 commit 04d5c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Update Coverage Badge
4141
# GitHub actions: default branch variable
4242
# https://stackoverflow.com/questions/64781462/github-actions-default-branch-variable
43-
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
43+
# if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
4444
uses: we-cli/coverage-badge-action@main
4545
- name: Run benchmark
4646
run: pnpm bench

0 commit comments

Comments
 (0)