Run CI also on pull requests

This commit is contained in:
Alessandro Molina 2022-09-15 11:48:16 +02:00 committed by GitHub
parent f94878303e
commit a1d6995b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: run-tests
on: [push]
on: [push, pull_request]
jobs:
build:
name: Run tests
@ -27,4 +27,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install 'coveralls'
coveralls --service=github
coveralls --service=github