Skip to content

Commit

Permalink
adding workflow dispatch for PR build to run the windows unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalapooja committed Jun 6, 2023
1 parent 303f105 commit 8f8ee5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ on:
- 'LICENSE'
- '.github/**'
- '!.github/workflows/PR-build.yml'
workflow_dispatch:
inputs:
plugins:
description: 'Comma delimited list of plugins to test. Default is empty, and tests everything'
required: false
default: ''
type: string

pull_request:
branches:
Expand Down

0 comments on commit 8f8ee5b

Please sign in to comment.