Skip to content

Commit 05925ab

Browse files
committed
Run GitHub actions on pull requests
1 parent f0d4018 commit 05925ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Testsuite
22

3-
on: [push]
3+
on:
4+
[push, pull_request]
45

56
jobs:
67
linter:

0 commit comments

Comments
 (0)