Skip to content

Commit

Permalink
Fix test status badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Dec 10, 2023
1 parent 12c76e2 commit 1eea1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'build-test'
name: test
on: # rebuild any PRs and main branch changes
pull_request:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/reitermarkus/rerun-workflow/actions"><img alt="rerun-workflow build-test status" src="https://github.com/reitermarkus/rerun-workflow/workflows/build-test/badge.svg"></a>
<a href="https://github.com/reitermarkus/rerun-workflow/actions/workflows/test.yml"><img alt="rerun-workflow test status" src="https://github.com/reitermarkus/rerun-workflow/actions/workflows/test.yml/badge.svg"></a>
</p>


Expand Down

0 comments on commit 1eea1a9

Please sign in to comment.