From 827e4fbd69c3ed906a118cbced25ee8d80e52398 Mon Sep 17 00:00:00 2001 From: Volodymyr Komarov Date: Sat, 27 May 2023 21:23:32 +0300 Subject: [PATCH] Remove automatic deployment --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d464f19..42f7045 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,6 @@ name: release on: workflow_dispatch: - release: - types: [ published ] concurrency: group: ${{ github.workflow }}-${{ github.ref }}