Allow github actions to run on pull request

pull/23/head
Georg Krause 2021-04-23 22:12:48 +02:00
parent d4b8ff847b
commit 2d6919c993
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

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