Skip to content

Navigation Menu

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

Appearance settings

Commit cd8da41

Browse filesBrowse files
committed
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
Copy full SHA for cd8da41

File tree

1 file changed

+4
-8
lines changed
Filter options

1 file changed

+4
-8
lines changed

‎.github/workflows/pythonpackage.yml

Copy file name to clipboardExpand all lines: .github/workflows/pythonpackage.yml
+4-8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.