actions: Allow runs on workflow_dispatch

This commit is contained in:
Rafał Dzięgiel
2022-03-10 09:32:11 +01:00
parent 1d5bb1e6aa
commit 8fa2036265
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
name: "Flatpak Nightly"

View File

@@ -1,4 +1,5 @@
on:
workflow_dispatch:
push:
branches:
- master