0
0

.gitea/workflows/release.yml aktualisiert
Some checks failed
release / release (push) Failing after 2s

This commit is contained in:
Denys Konovalov 2023-12-19 11:05:23 +01:00
parent f6143026e2
commit 71b8c33ca3

@ -2,10 +2,10 @@ name: release
on:
push:
branches: [ main ]
branches:
- main
schedule:
schedule:
- cron: '0 0 * * *'
- cron: '0 0/1 * * *'
jobs:
release: