We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ec1af commit 99da206Copy full SHA for 99da206
.github/workflows/publish-android.yml
@@ -60,6 +60,7 @@ jobs:
60
61
publish:
62
needs: [ check-dialpad-member, filter-actions ]
63
+ if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && needs.filter-actions.outputs.packages != '[]') }}
64
strategy:
65
matrix:
66
package: ${{ fromJSON(needs.filter-actions.outputs.packages) }}
0 commit comments