Skip to content

Commit 9a1811a

Browse files
committed
Fixed workflows.
1 parent 32a2682 commit 9a1811a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Testing package
22

3-
on: push
3+
on:
4+
pull_request:
5+
push:
46

57
jobs:
68
lint:
@@ -60,7 +62,7 @@ jobs:
6062
contents: write
6163
strategy:
6264
matrix:
63-
py_version: ["3.8", "3.9", "3.10", "3.11"]
65+
py_version: ["3.9", "3.10", "3.11"]
6466
os: [ubuntu-latest]
6567
runs-on: "${{ matrix.os }}"
6668
steps:

0 commit comments

Comments
 (0)