gha: ci: cc-payload-after-push: Add workflow_dispatch trigger

Allow triggering this action manually, since we noticed it being skipped on
push exactly when we needed it the most.

Fixes: #7353
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2023-07-20 15:32:11 +02:00
parent db0071422b
commit 2eee54de77

View File

@ -3,6 +3,7 @@ on:
push:
branches:
- CCv0
workflow_dispatch:
jobs:
build-assets-amd64: