From d032b87173dd78f7233f496996ff41b301e106e3 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Fri, 31 May 2024 13:17:30 +0200 Subject: [PATCH] chore: Fix release otherwise it's run twice for releases --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0013b16e5..43f742683 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,6 @@ on: - main tags: - "v*" - release: - types: - - published jobs: scalafmt: