Skip to content

Commit 70a6b96

Browse files
committed
FIX trigger internal test track on release/** and PR branch
1 parent 7d57bf3 commit 70a6b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playstore-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to Play Store Internal Track
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ 'release/*' ]
6+
branches: [ 'release/**', 'copilot/add-github-action-playstore' ]
77

88
# Cancel any in-progress runs of this workflow if a new run is triggered within the same branch or PR
99
concurrency:

0 commit comments

Comments
 (0)