.gitea/workflows/release.yml aktualisiert
Some checks failed
release / release (push) Failing after 2s
Some checks failed
release / release (push) Failing after 2s
This commit is contained in:
parent
f6143026e2
commit
71b8c33ca3
@ -2,10 +2,10 @@ name: release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches:
|
||||||
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
schedule:
|
- cron: '0 0/1 * * *'
|
||||||
- cron: '0 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user