Skip to content

Commit 7fd034e

Browse files
committed
Change push workflow to use matrix
Disable win build for now
1 parent 01a58b4 commit 7fd034e

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/on-push.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ on:
55
workflow_dispatch:
66

77
jobs:
8-
call-windows-build:
9-
name: Windows Build
10-
uses: ./.github/workflows/win-build.yml
8+
build:
9+
strategy:
10+
matrix:
11+
os: [
12+
#win,
13+
linux
14+
]
1115

12-
call-linux-build:
13-
name: Linux Build
14-
uses: ./.github/workflows/linux-build.yml
16+
name: ${{ matrix.os }} build
17+
uses: ./.github/workflows/${{ matrix.os }}-build.yml

0 commit comments

Comments
 (0)