Skip to content

Commit

Permalink
also run actions on PR (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Jun 1, 2020
1 parent e4c280e commit 9fc7bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
@@ -1,6 +1,6 @@
name: Python application

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 9fc7bf3

Please sign in to comment.