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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- !.gitea/**
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 22 * * 0" # sunday 22:00
|
- cron: "0 22 1 * *" # First of every month
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user