chore: Run build on pull requests #9

Merged
msrose merged 2 commits from run-build-on-pr into master 2020-03-06 21:08:38 +00:00
Showing only changes of commit 58db0e3c97 - Show all commits

View file

@ -1,6 +1,6 @@
name: packwatch CI name: packwatch CI
on: [push] on: [push, pull_request]
jobs: jobs:
lint: lint:
@ -34,7 +34,7 @@ jobs:
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true fail_ci_if_error: true
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test needs: test