mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
Add workflow_dispatch to the tag workflow for manual tagging.
This commit is contained in:
3
.github/workflows/tag.yml
vendored
3
.github/workflows/tag.yml
vendored
@ -2,7 +2,8 @@ name: Tag latest
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # Every night at Midnight.
|
||||
- cron: "0 0 * * *" # Every night at Midnight.=
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
|
Reference in New Issue
Block a user