Fix workflow_dispatch event for Publish Docker image workflow (#1077)

This commit is contained in:
Nick Forbes-Smith
2022-12-24 03:14:48 +11:00
committed by GitHub
parent 9202bce5c1
commit be5da13016
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
on-success:
name: Build, Test and Push Docker Image to DockerHub
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
permissions:
packages: write
contents: read