mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
actions: Allow runs on workflow_dispatch
This commit is contained in:
1
.github/workflows/flatpak-nightly.yml
vendored
1
.github/workflows/flatpak-nightly.yml
vendored
@@ -1,4 +1,5 @@
|
|||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
name: "Flatpak Nightly"
|
name: "Flatpak Nightly"
|
||||||
|
1
.github/workflows/flatpak.yml
vendored
1
.github/workflows/flatpak.yml
vendored
@@ -1,4 +1,5 @@
|
|||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
Reference in New Issue
Block a user