diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index ded1822..8eddb4a 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,6 +1,6 @@ name: "test-on-pr" -on: [pull_request] +on: [workflow_dispatch] # This workflow will build your tauri app without uploading it anywhere.