From 27144e2fcd49ddae0627dd47dde2844f9c63d0e3 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Fri, 12 Jan 2024 18:55:01 +0100 Subject: [PATCH] trigger deploy once again for v1.13.0 --- .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 90d86d5e4..0a38d3603 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -53,7 +53,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