.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:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 0/1 * * *'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
Loading…
x
Reference in New Issue
Block a user