Skip to content

Commit c70f300

Browse files
authored
Add workflow_dispatch trigger to build workflow
1 parent 7711245 commit c70f300

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 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

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

99
defaults:
1010
run:

0 commit comments

Comments
 (0)