diff --git a/.github/workflows/mobile-internal-release.yml b/.github/workflows/mobile-internal-release.yml index 3be7ffd315..1593cab5fb 100644 --- a/.github/workflows/mobile-internal-release.yml +++ b/.github/workflows/mobile-internal-release.yml @@ -1,10 +1,7 @@ name: "Internal Release - Photos" on: - push: - branches: [main] - paths: - - "mobile/**" + workflow_dispatch: # Allow manually running the action env: FLUTTER_VERSION: "3.19.5"