Skip to content

Commit 062b0ee

Browse files
authored
Merge branch 'main' into timezone-utils
2 parents f52e3e4 + b5a687a commit 062b0ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ on:
99
types: [assigned, opened, synchronize, reopened]
1010
branches-ignore:
1111
- 'main'
12+
pull_request:
13+
types: [opened, reopened]
1214

1315
jobs:
14-
tests:
16+
testing:
1517
runs-on: ubuntu-20.04
1618
strategy:
1719
max-parallel: 4
1820
matrix:
19-
python-version: [3.10.5]
21+
python-version: [3.10]
2022
fail-fast: [false]
2123

2224
steps:

0 commit comments

Comments
 (0)