Skip to content

Commit fc04e2c

Browse files
feat: allow manual triggering of workflow
1 parent f87c821 commit fc04e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: build
55

6-
on: [push, pull_request]
6+
on: [push, pull_request, workflow_dispatch]
77

88
env:
99
DELUGE_1_HOST: localhost:48846

0 commit comments

Comments
 (0)