chore: allow manual trigger of tag image workflow (#1099)

This commit is contained in:
Danny Avila
2023-10-23 20:31:10 -04:00
committed by GitHub
parent c7bfb2ab40
commit 4ce585f77d

View File

@@ -5,6 +5,7 @@ on:
push:
tags:
- "*"
workflow_dispatch: # This line allows manual triggering
jobs:
build: