No need to duplicate the workflow, the workflow can have several on sections.
This commit is contained in:
parent
92b6d0617e
commit
1765398eb1
2 changed files with 1 additions and 43 deletions
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Build and release nightly APK
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Every nights at 4
|
||||
- cron: "0 4 * * *"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue