master -> main (#201)

This commit is contained in:
Adrian Macneil 2021-03-04 14:04:14 -08:00 committed by GitHub
parent 0c758a8d9f
commit 53c9c19e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 78 additions and 100 deletions

View file

@ -2,10 +2,10 @@ name: CI
on:
push:
branches: [ master ]
tags: 'v*'
branches: [main]
tags: "v*"
pull_request:
branches: [ master ]
branches: [main]
jobs:
build: