Skip to content

Commit

Permalink
prerelease check
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Schlarb <[email protected]>
  • Loading branch information
pSchlarb committed Mar 7, 2022
1 parent e01a81b commit 8650ccd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- run: |
echo "Run started from published and dump github event context"
- run: echo '${{toJSON(github.event)}}'
# - name: Teststepif
# if:
- name: Teststepif
if: ${{ github.event.release.prerelease == true }}
run: echo "Prerelease checked true"

0 comments on commit 8650ccd

Please sign in to comment.