Skip to content

Commit 0e895d5

Browse files
authored
Enable manual triggering of build workflow (#136)
Add workflow_dispatch event to build-plugin.yml
1 parent b7552f8 commit 0e895d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- v1.**
77
pull_request:
88
branches: [ "master" ]
9+
workflow_dispatch:
10+
inputs: {}
911

1012
env:
1113
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)