enable preview releases

This commit is contained in:
Green Sky 2024-05-18 15:04:23 +02:00
parent 797b1841a5
commit f5e7e7de5a
No known key found for this signature in database

View File

@ -98,8 +98,8 @@ jobs:
${{github.workspace}}/${{ github.event.repository.name }}-${{ steps.tag.outputs.name }}-${{ runner.os }}-msvc-x86_64.zip
release:
if: false
#if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) }}
#if: false
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) }}
runs-on: ubuntu-latest