Skip to content

Commit

Permalink
chore: setup main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
codenaz committed Aug 16, 2024
1 parent c8828ce commit 3480112
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create release
on:
push:
branches:
- master
- main

jobs:
create-release:
Expand All @@ -16,7 +16,7 @@ jobs:
with:
release-type: node
package-name: react-hooks-paginator
default-branch: master
default-branch: main
changelog-path: CHANGELOG.md

deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ./.github/actions/run-tests

build-publish:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'

name: Publish
runs-on: ubuntu-latest
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# React Hooks Paginator

[![Build Status](https://travis-ci.org/codenaz/react-paginator.svg?branch=master)](https://travis-ci.org/codenaz/react-paginator)

![demo](https://s5.gifyu.com/images/animate.gif)
![Build](https://github.com/github/docs/actions/workflows/test.yml/badge.svg?branch=main)

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

Expand Down

0 comments on commit 3480112

Please sign in to comment.