From 70008cdc2db4c9f8bd0d7fdab1ac90c687f0fb08 Mon Sep 17 00:00:00 2001 From: Volodymyr Kit Date: Tue, 7 Jan 2025 18:53:54 +0200 Subject: [PATCH] chore(sdk): build on every push Signed-off-by: Volodymyr Kit --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83e83a37..5b31e9cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,11 +9,6 @@ name: "wallet-sdk release" env: GO_VERSION: '1.23' -on: - push: - tags: - - '*' - jobs: PublishAndroidSDKRelease: runs-on: macos-latest