We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9283b10 commit 7a5646eCopy full SHA for 7a5646e
1 file changed
.github/workflows/pythonpackage.yml
@@ -1,6 +1,10 @@
1
name: Python package
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ branches:
6
+ - master
7
+
8
9
jobs:
10
test:
@@ -10,6 +14,7 @@ jobs:
14
python-version: ["3.11", "3.12", "3.13" ]
11
15
platform: [ubuntu-24.04, macos-latest]
12
16
runs-on: ${{ matrix.platform }}
17
+ timeout-minutes: 6
13
18
steps:
19
- uses: actions/checkout@v4
20
with:
@@ -36,6 +41,7 @@ jobs:
36
41
37
42
platform: [ ubuntu-24.04 ]
38
43
44
39
45
40
46
47
0 commit comments