Skip to content

Commit dd9a3e8

Browse files
committed
ci: Allow triggering workflows manually
1 parent d4066fc commit dd9a3e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: CI
55
on:
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
89

910
jobs:
1011
CI:

.github/workflows/deploy.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
name: Deploy
2+
13
on:
24
push:
35
branches: [main]
4-
name: Deploy
6+
workflow_dispatch:
7+
58
jobs:
69
flatpak:
710
name: "Flatpak"

0 commit comments

Comments
 (0)