Skip to content

Commit

Permalink
chore: rename master to main (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Apr 16, 2021
1 parent d09275b commit 5e0869b
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
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
tags:
- '!*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
@@ -1,7 +1,7 @@
# ncc

[![CI Status](https://github.com/vercel/ncc/workflows/CI/badge.svg)](https://github.com/vercel/ncc/actions?workflow=CI)
[![codecov](https://codecov.io/gh/vercel/ncc/branch/master/graph/badge.svg)](https://codecov.io/gh/vercel/ncc)
[![codecov](https://codecov.io/gh/vercel/ncc/branch/main/graph/badge.svg)](https://codecov.io/gh/vercel/ncc)

Simple CLI for compiling a Node.js module into a single file,
together with all its dependencies, gcc-style.
Expand Down

0 comments on commit 5e0869b

Please sign in to comment.