pythonapp.yml: add support for testing PRs

This commit is contained in:
K.B.Dharun Krishna 2023-04-08 10:57:20 +05:30 committed by GitHub
parent adf891aac7
commit 8590f0be76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
name: Python application
on: [push]
on:
push:
branches: [master]
pull_request:
jobs:
build: