Skip to content

Commit 99da206

Browse files
committed
fix action
Signed-off-by: Julio Ortega <julio.ortega@dialpad.com>
1 parent 59ec1af commit 99da206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060

6161
publish:
6262
needs: [ check-dialpad-member, filter-actions ]
63+
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && needs.filter-actions.outputs.packages != '[]') }}
6364
strategy:
6465
matrix:
6566
package: ${{ fromJSON(needs.filter-actions.outputs.packages) }}

0 commit comments

Comments
 (0)