Skip to content

Commit

Permalink
Change on conditions for Android deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Jul 25, 2023
1 parent 2d77c8e commit 94161cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_play_store_beta.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy to Play Store beta
on:
# Enable manual run
push:
branches:
- 'master'
tags:
- '*'
workflow_dispatch:



Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy_play_store_prod.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 94161cd

Please sign in to comment.