Only execute on workflow_dispatch

This commit is contained in:
Ben Meadors 2024-12-19 08:42:49 -06:00
parent 445c641004
commit 827553f4c7

View File

@ -138,6 +138,7 @@ jobs:
uses: ./.github/workflows/package_amd64.yml
build-docker:
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/build_docker.yml
secrets: inherit