Skip to content

Commit 115114a

Browse files
authored
Update build.yml
Allow manual workflow run for testing
1 parent 5cd86ad commit 115114a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches:
55
- master
66
pull_request:
7+
8+
# Manual trigger
9+
workflow_dispatch:
710
jobs:
811
build:
912
strategy:

0 commit comments

Comments
 (0)