Run build workflow on main branch now
This commit is contained in:
parent
f5836e4688
commit
9b400ca9c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue