add cron to build every month once

This commit is contained in:
kaka 2023-05-02 14:26:39 +08:00
parent 0423412e5e
commit ded449ad8c

View file

@ -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: