Run actions also on pull requests

This commit is contained in:
Rebecca Breu 2021-04-16 18:53:17 +02:00
parent eb41300172
commit 3b919e4b7b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: flake8
on: [push]
on: [push, pull_request]
jobs:
build:

View file

@ -1,6 +1,6 @@
name: pytest
on: [push]
on: [push, pull_request]
jobs:
build: