Skip to content

Commit e6b49ed

Browse files
committed
Allow for manual runs of workflow
1 parent f96edcb commit e6b49ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Build
33

4-
on: [push]
4+
on: [push, workflow_dispatch]
55

66
jobs:
77
test:

0 commit comments

Comments
 (0)