Skip to content

Commit

Permalink
Switch master -> main in GH actions config (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored Jan 24, 2022
1 parent 7338124 commit 8b620b6
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 @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://badge.fury.io/js/validated-changeset"><img alt="Download count all time" src="https://img.shields.io/npm/dt/validated-changeset.svg"></a>
<a href="https://travis-ci.org/validated-changeset/validated-changeset"><img alt="TravisCI Build Status" src="https://img.shields.io/travis/validated-changeset/validated-changeset/master.svg"></a>
<a href="https://github.com/validated-changeset/validated-changeset/actions/workflows/ci.yml"><img alt="TravisCI Build Status" src="https://github.com/validated-changeset/validated-changeset/actions/workflows/ci.yml/badge.svg"></a>
<a href="https://badge.fury.io/js/validated-changeset"><img alt="npm version" src="https://badge.fury.io/js/validated-changeset.svg"></a>

```
Expand Down

0 comments on commit 8b620b6

Please sign in to comment.