Skip to content

Commit

Permalink
chore: fix ci-status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Feb 19, 2023
1 parent dda0244 commit 8af9c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: []

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> debug with levels
[![NPM version](https://badge.fury.io/js/debug-level.svg)](https://www.npmjs.com/package/debug-level/)
[![Build Status](https://github.com/commenthol/debug-level/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/commenthol/debug-level/actions/workflows/ci.yml?query=branch%3Amaster)
[![Build Status](https://github.com/commenthol/debug-level/workflows/CI/badge.svg?branch=main&event=push)](https://github.com/commenthol/debug-level/actions/workflows/ci.yml?query=branch%3Amain)

A universal JavaScript logging/ debugging utility which works in node and
browsers.
Expand Down

0 comments on commit 8af9c53

Please sign in to comment.