Add workflow_dispatch to the tag workflow for manual tagging.
This commit is contained in:
parent
b59d795ce1
commit
ed5a6f1927
3
.github/workflows/tag.yml
vendored
3
.github/workflows/tag.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user