Skip to content

Commit 02c3f5d

Browse files
authored
improv: CI to run on pull requests
instruct GitHub Actions to run upon pull requests according to the docs
1 parent 727acc4 commit 02c3f5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

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

33
on:
4+
pull_request:
5+
paths:
6+
- 'python/**'
47
push:
58
paths:
69
- 'python/**'

0 commit comments

Comments
 (0)