Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cd8da41

Browse files
Run CI on all branches
This makes it easier to test changes to CI without/before a PR. + Fix a small YAML indentation style inconsistency.
1 parent a898bef commit cd8da41

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

‎.github/workflows/pythonpackage.yml‎

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
name: Python package
55

6-
on:
7-
push:
8-
branches: [ master ]
9-
pull_request:
10-
branches: [ master ]
6+
on: [push, pull_request, workflow_dispatch]
117

128
jobs:
139
build:
@@ -17,9 +13,9 @@ jobs:
1713
matrix:
1814
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1915
include:
20-
- experimental: false
21-
- python-version: "3.12"
22-
experimental: true
16+
- experimental: false
17+
- python-version: "3.12"
18+
experimental: true
2319
continue-on-error: ${{ matrix.experimental }}
2420

2521
steps:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /