Skip to content

Commit af6ec47

Browse files
committed
trigger gh action, didn't run because of no pr event
1 parent f3ffd2b commit af6ec47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test Python package
22

33
on:
4-
- push
4+
- [push, pull_request]
55

66
jobs:
77
test:
@@ -50,4 +50,3 @@ jobs:
5050
run: tox -e format
5151
- name: Test with tox
5252
run: tox -e test
53-

0 commit comments

Comments
 (0)