Skip to content

Commit 588fb9d

Browse files
Update generate_matrix job to allow execution via PR
1 parent 3ec6c98 commit 588fb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Generate execution matrix
3939
id: generate-matrix
4040
run: |
41-
$configurations = "${{ github.event.inputs.platforms }}".Split(",").Trim()
41+
$configurations = "${{ github.event.inputs.platforms || 'ubuntu-18.04,ubuntu-20.04,macos-10.15,windows-2019_x64,windows-2019_x86' }}".Split(",").Trim()
4242
$matrix = @()
4343
4444
foreach ($configuration in $configurations) {

0 commit comments

Comments
 (0)