We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc42e5 commit 98b0b15Copy full SHA for 98b0b15
.github/workflows/playstore-internal.yml
@@ -3,7 +3,7 @@ name: Publish to Play Store Internal Track
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [ 'release/**', 'copilot/add-github-action-playstore' ]
+ branches: [ 'release/**' ]
7
8
# Cancel any in-progress runs of this workflow if a new run is triggered within the same branch or PR
9
concurrency:
0 commit comments