Skip to content

Commit 0d04250

Browse files
committed
add workflow run on PR
1 parent a8eab5e commit 0d04250

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Python package
2-
on: push
2+
on:
3+
push:
4+
pull_request:
5+
branches:
6+
- main
37
jobs:
48
build:
59
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)