Build release update only once a month
Some checks failed
Build Docker image / build (push) Failing after 5s
Some checks failed
Build Docker image / build (push) Failing after 5s
This commit is contained in:
@@ -4,8 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- !.gitea/**
|
||||
schedule:
|
||||
- cron: "0 22 * * 0" # sunday 22:00
|
||||
- cron: "0 22 1 * *" # First of every month
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user