Skip to content

Commit

Permalink
Change workflow name to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Dec 10, 2023
1 parent 1eea1a9 commit 529aae3
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 → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: CI
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/workflows/test.yml"><img alt="rerun-workflow test status" src="https://github.com/reitermarkus/rerun-workflow/actions/workflows/test.yml/badge.svg"></a>
<a href="https://github.com/reitermarkus/rerun-workflow/actions/workflows/ci.yml"><img alt="CI Status" src="https://github.com/reitermarkus/rerun-workflow/actions/workflows/ci.yml/badge.svg"></a>
</p>


Expand Down

0 comments on commit 529aae3

Please sign in to comment.