diff --git a/.github/workflows/deploy_play_store_beta.yml b/.github/workflows/deploy_play_store_beta.yml index e118d886..5a6a88ce 100644 --- a/.github/workflows/deploy_play_store_beta.yml +++ b/.github/workflows/deploy_play_store_beta.yml @@ -1,9 +1,9 @@ name: Deploy to Play Store beta on: - # Enable manual run push: - branches: - - 'master' + tags: + - '*' + workflow_dispatch: diff --git a/.github/workflows/deploy_play_store_prod.yml b/.github/workflows/deploy_play_store_prod.yml index 837f7c38..8977f23d 100644 --- a/.github/workflows/deploy_play_store_prod.yml +++ b/.github/workflows/deploy_play_store_prod.yml @@ -1,9 +1,9 @@ name: Deploy to Play Store production on: - # Enable manual run - push: - tags: - - '*' + release: + types: + - released + workflow_dispatch: # Declare default permissions as read only.