We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a58b4 commit 7fd034eCopy full SHA for 7fd034e
1 file changed
.github/workflows/on-push.yml
@@ -5,10 +5,13 @@ on:
5
workflow_dispatch:
6
7
jobs:
8
- call-windows-build:
9
- name: Windows Build
10
- uses: ./.github/workflows/win-build.yml
+ build:
+ strategy:
+ matrix:
11
+ os: [
12
+ #win,
13
+ linux
14
+ ]
15
- call-linux-build:
- name: Linux Build
- uses: ./.github/workflows/linux-build.yml
16
+ name: ${{ matrix.os }} build
17
+ uses: ./.github/workflows/${{ matrix.os }}-build.yml
0 commit comments