Run build workflow on main branch now

This commit is contained in:
John Reese 2020-07-08 20:06:41 -07:00
parent f5836e4688
commit 9b400ca9c8
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
name: Build
on:
on:
push:
branches:
- master
- main
tags:
- v*
pull_request:
@ -34,4 +34,4 @@ jobs:
run: make lint
- name: Coverage
run: codecov --token ${{ secrets.CODECOV_TOKEN }} --branch ${{ github.ref }}
continue-on-error: true
continue-on-error: true