Add workflow_dispatch to build nightly github action.

This commit is contained in:
Benoit Marty 2023-05-11 16:34:02 +02:00
parent 90b10855a0
commit e0d3fbef27
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Build and release nightly APK name: Build and release nightly APK
on: on:
workflow_dispatch:
schedule: schedule:
# Every nights at 4 # Every nights at 4
- cron: "0 4 * * *" - cron: "0 4 * * *"