Skip to content

Commit 15be2c6

Browse files
Alex33856lineargraph
authored andcommitted
feat: allow running build manually with workflow_dispatch
1 parent 1fe614b commit 15be2c6

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
@@ -4,7 +4,7 @@
44
# against bad commits.
55

66
name: build
7-
on: [ pull_request, push ]
7+
on: [ pull_request, push, workflow_dispatch ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)