From dd75152eb82135d2cf654e1251b8c1991e19061b Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 24 Sep 2023 13:27:36 -0500 Subject: [PATCH] build test --- .gitea/workflows/flutter-build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/flutter-build.yml b/.gitea/workflows/flutter-build.yml index f2f34d6e..58f99984 100644 --- a/.gitea/workflows/flutter-build.yml +++ b/.gitea/workflows/flutter-build.yml @@ -1,9 +1,5 @@ name: Build the flutter version of the RustDesk - -on: - push: - tags: - - '*' +on: [push] env: CARGO_NDK_VERSION: "3.1.2"