Skip to content

Commit b706455

Browse files
committed
edit ci to only run on pull_request
1 parent 604d964 commit b706455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: Python package
55

6-
on: [push, pull_request]
6+
on: [pull_request]
77

88
jobs:
99
format:

0 commit comments

Comments
 (0)