Skip to content

Commit

Permalink
Run GitHub actions on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed May 10, 2021
1 parent f0d4018 commit 05925ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Testsuite

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

jobs:
linter:
Expand Down

0 comments on commit 05925ab

Please sign in to comment.