From 31c0290fabad98533e7490945608960979d1d45f Mon Sep 17 00:00:00 2001 From: Denis Mishankov Date: Thu, 21 Mar 2024 12:44:43 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4098be3..7355d8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: github.event_name == 'release' && github.event.action == 'created' + # if: github.event_name == 'release' && github.event.action == 'created' runs-on: ubuntu-latest steps: