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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
#schedule:
|
schedule:
|
||||||
# - cron: "0 8 * * 3"
|
- cron: "0 8 * * 3"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tag-and-push:
|
tag-and-push:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue