Add workflow_dispatch to the tag workflow for manual tagging.

This commit is contained in:
Michael Helfrich 2022-02-11 18:29:25 -05:00
parent b59d795ce1
commit ed5a6f1927

View File

@ -2,7 +2,8 @@ name: Tag latest
on: on:
schedule: schedule:
- cron: "0 0 * * *" # Every night at Midnight. - cron: "0 0 * * *" # Every night at Midnight.=
workflow_dispatch:
jobs: jobs:
tag: tag: