Skip to content

Commit d0abae3

Browse files
committed
Update Push workflow
1 parent 7fd034e commit d0abae3

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/on-push.yml

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

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

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

0 commit comments

Comments
 (0)