Skip to content

Commit 38ee4c3

Browse files
committed
Allow running actions on push
1 parent daefc26 commit 38ee4c3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

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

44
name: Python package
55

6-
on:
7-
push:
8-
branches: [ "master" ]
9-
pull_request:
10-
branches: [ "master" ]
6+
on: [push, pull_request]
117

128
jobs:
139
pre-commit:

0 commit comments

Comments
 (0)