Skip to content

Commit

Permalink
Add manual trigger for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfault1602 committed Nov 11, 2023
1 parent 6b65c5d commit 97c13d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: [ "develop" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
inputs:
name:
default: "Manual Trigger"


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

0 comments on commit 97c13d6

Please sign in to comment.