run on pull request

This commit is contained in:
Oliver Walters 2021-03-31 16:24:33 +11:00
parent 01e6635032
commit 6b32142725
2 changed files with 2 additions and 6 deletions

View File

@ -2,11 +2,7 @@
name: Code Coverage
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
on: ["push", "pull_request"]
jobs:

View File

@ -1,6 +1,6 @@
name: Style Checks
on: push
on: ["push", "pull_request"]
jobs:
pep: