Skip to content

Commit

Permalink
Check release build
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Feb 28, 2024
1 parent 90eb431 commit 184f39a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
build_macos:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
needs:
- validate
strategy:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
build_linux:
name: Build on ${{ matrix.container-os }}
runs-on: ${{ matrix.host-os }}
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
needs:
- validate
strategy:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
build_windows:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
needs:
- validate
strategy:
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
- build_windows
name: Prepare release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')

steps:
- name: Checkout repo
Expand Down

0 comments on commit 184f39a

Please sign in to comment.