Skip to content

Commit

Permalink
feat: allow manual triggering of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrymakesjelly committed Apr 26, 2024
1 parent f87c821 commit fc04e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: build

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

env:
DELUGE_1_HOST: localhost:48846
Expand Down

0 comments on commit fc04e2c

Please sign in to comment.