From 49fa36d8b9ce11dd663a1018b866ea4c9b6ab3cb Mon Sep 17 00:00:00 2001 From: Alex Graf Date: Thu, 29 Feb 2024 09:21:04 +0100 Subject: [PATCH] update release action --- .github/workflows/pre-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 9dfab10b..2d9a227f 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -1,7 +1,7 @@ name: Pre-release on: - #push: + # push: # branches: # - develop workflow_dispatch: @@ -14,7 +14,7 @@ jobs: create-pre-release: runs-on: ubuntu-latest name: Build and push Docker image and create a new GitHub pre-release - + steps: - name: Checkout repository uses: actions/checkout@v4