mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 09:55:40 +03:00
Add workflow_dispatch to build nightly github action.
This commit is contained in:
parent
90b10855a0
commit
e0d3fbef27
1 changed files with 1 additions and 0 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…
Reference in a new issue