Build release update only once a month
Some checks failed
Build Docker image / build (push) Failing after 5s

This commit is contained in:
2025-05-29 11:08:42 +02:00
parent f1deca6a1d
commit 2bf0394ffc

View File

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