diff --git a/.gitea/workflows/flutter-build.yml b/.gitea/workflows/flutter-build.yml index 0ec40704..b2d0a060 100644 --- a/.gitea/workflows/flutter-build.yml +++ b/.gitea/workflows/flutter-build.yml @@ -1,14 +1,5 @@ -name: Build the flutter version of the RustDesk - -on: - workflow_dispatch: - inputs: - upload-artifact: - type: boolean - default: true - upload-tag: - type: string - default: "nightly" +name: Build the flutter version of the RustDesk +on: [push] env: CARGO_NDK_VERSION: "3.1.2"