This commit is contained in:
Martin Marmsoler 2022-04-23 18:12:59 +02:00
parent 8ed04c87b7
commit b56dff1a61

View File

@ -267,7 +267,7 @@ jobs:
runs-on: ubuntu-latest # does not matter which
# a prerelase is created when pushing to master
# a release is created when a tag will be set
if: ${{ github.ref == 'refs/heads/master' || env.IS_RELEASE}}
if: ${{ github.ref == 'refs/heads/master' && env.IS_RELEASE}}
steps:
- name: Download artifacts
uses: actions/download-artifact@v2