Skip to content

Commit c15c2d6

Browse files
authored
Merge pull request #12 from Shebyyy/patch-8
git: Update build
2 parents 8d1757d + edb6c8d commit c15c2d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ jobs:
176176
tag: ${{ github.ref_name }}
177177

178178
build-windows:
179+
if: false # This will skip the Windows build
179180
runs-on: windows-latest
180181
needs: generate-changelog
181182
steps:
@@ -207,6 +208,7 @@ jobs:
207208
tag: ${{ github.ref_name }}
208209

209210
build-macos:
211+
if: false # This will skip the Macos build
210212
runs-on: macos-latest
211213
needs: generate-changelog
212214
steps:

0 commit comments

Comments
 (0)