diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index fa4fdb73..90d86d5e 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