Add workflow_dispatch trigger to Docker image workflow

This commit is contained in:
2025-12-07 21:48:54 -05:00
committed by GitHub
parent 78a8f8370c
commit 75605f5490

View File

@@ -5,6 +5,7 @@ on:
branches: ['main']
paths-ignore:
- '**/README.md'
workflow_dispatch:
env:
IMAGE_NAME: ${{ github.repository }}