Skip to content

Commit 38fb287

Browse files
author
marcel corso
committed
also run tests on PRs
1 parent b2f4378 commit 38fb287

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Python package
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
push:
6+
branches: [master, main]
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)