GitHub workflows, README: rename master to main

This commit is contained in:
Pierre Carrier 2021-01-28 22:03:07 -05:00
parent 2ccd802aa3
commit ba51841548
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Go presubmit
on:
push:
branches:
- master
- main
pull_request:
types: [opened, reopened, synchronize]

View File

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/pcarrier/gauth.png?branch=master)](https://travis-ci.org/pcarrier/gauth)
[![Build Status](https://travis-ci.org/pcarrier/gauth.png?branch=main)](https://travis-ci.org/pcarrier/gauth)
gauth: replace Google Authenticator
===================================