Skip to content

Commit

Permalink
chore: use release status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
codenaz authored Aug 16, 2024
1 parent d707071 commit 1c8bb03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
package-name: react-hooks-paginator
default-branch: main
changelog-path: CHANGELOG.md

test:
uses: ./.github/workflows/test.yaml
needs: create-release
if: ${{ !needs.create-release.outputs.release_created }}

deploy:
uses: ./.github/workflows/publish.yaml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React Hooks Paginator

![Build](https://github.com/github/docs/actions/workflows/test.yml/badge.svg?branch=main)
![Build](https://github.com/codenaz/react-paginator/actions/workflows/create-release.yaml/badge.svg?branch=main)

A library for adding simple paginator functionality to your react app.

Expand Down

0 comments on commit 1c8bb03

Please sign in to comment.