Update create-tag.yml
Enable scheduled releases again.
This commit is contained in:
parent
a2c07ea83a
commit
fce19f9676
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create-tag.yml
vendored
4
.github/workflows/create-tag.yml
vendored
|
|
@ -3,8 +3,8 @@ name: "Create and push release tag"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
#schedule:
|
||||
# - cron: "0 8 * * 3"
|
||||
schedule:
|
||||
- cron: "0 8 * * 3"
|
||||
|
||||
jobs:
|
||||
tag-and-push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue