Add workflow_dispatch to the tag workflow for manual tagging.
This commit is contained in:
parent
b59d795ce1
commit
ed5a6f1927
5
.github/workflows/tag.yml
vendored
5
.github/workflows/tag.yml
vendored
@ -2,8 +2,9 @@ name: Tag latest
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # Every night at Midnight.
|
||||
|
||||
- cron: "0 0 * * *" # Every night at Midnight.=
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user