Skip to content

Commit

Permalink
Make main the default branch (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
unguiculus committed Jun 27, 2021
1 parent b11cc7e commit 650d426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
tags:
- v*

Expand All @@ -30,7 +30,7 @@ jobs:
- name: Install tools
run: |
./setup.sh
echo "::add-path::$(go env GOPATH)/bin"
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
- name: Check License Headers
run: mage -v checkLicenseHeaders
Expand Down

0 comments on commit 650d426

Please sign in to comment.