Skip to content

Commit 7a5646e

Browse files
committed
Update Github Actions
1 parent 9283b10 commit 7a5646e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Python package
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
48

59
jobs:
610
test:
@@ -10,6 +14,7 @@ jobs:
1014
python-version: ["3.11", "3.12", "3.13" ]
1115
platform: [ubuntu-24.04, macos-latest]
1216
runs-on: ${{ matrix.platform }}
17+
timeout-minutes: 6
1318
steps:
1419
- uses: actions/checkout@v4
1520
with:
@@ -36,6 +41,7 @@ jobs:
3641
python-version: ["3.11", "3.12", "3.13" ]
3742
platform: [ ubuntu-24.04 ]
3843
runs-on: ${{ matrix.platform }}
44+
timeout-minutes: 6
3945
steps:
4046
- uses: actions/checkout@v4
4147
with:

0 commit comments

Comments
 (0)