mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
add cron to build every month once
This commit is contained in:
parent
0423412e5e
commit
ded449ad8c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/container-release.yml
vendored
2
.github/workflows/container-release.yml
vendored
|
@ -2,6 +2,8 @@ name: Build and release container
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: "05 05 05 * *" # Every mouth at 05:05
|
||||||
branches:
|
branches:
|
||||||
- "CICD"
|
- "CICD"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue