Skip to content

Commit

Permalink
Update default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Feb 20, 2021
1 parent ad26825 commit cfaffc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: re2 Tests
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
re2 [![Build Status](https://github.com/mudge/re2/workflows/Tests/badge.svg?branch=master)](https://github.com/mudge/re2/actions)
re2 [![Build Status](https://github.com/mudge/re2/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/mudge/re2/actions)
===

A Ruby binding to [re2][], an "efficient, principled regular expression
Expand Down

0 comments on commit cfaffc0

Please sign in to comment.