Merge branch 'master' into add-rc-files

This commit is contained in:
Michael Rose 2020-03-06 16:10:39 -05:00 committed by GitHub
commit 717c6a123f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
name: packwatch CI
on: [push]
on: [push, pull_request]
jobs:
lint:
@ -33,7 +33,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
build:
runs-on: ubuntu-latest