From 8c7877b8d9f429ff33e49cd3e289a6e17b865880 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Wed, 20 Dec 2023 22:41:24 +0100 Subject: [PATCH] github actions: deactivate if to release --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1f03339a..f2e43931 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -47,7 +47,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: develop-matrix - if: github.event_name == 'release' && github.event.action == 'created' + # if: github.event_name == 'release' && github.event.action == 'created' steps: - name: Checkout uses: actions/checkout@v4