Skip to content

Commit

Permalink
Enable PR validation workflow to be manually triggered.
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-p committed Dec 12, 2024
1 parent 78c0a44 commit 3f83ff8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_build_test_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
branches:
- '*'

workflow_dispatch:
inputs:
branch:
description: 'Branch to run the workflow on'
required: true
default: 'main'

env:
BUILD_CONFIGURATION: Release
BUILD_PLATFORM: 'Any CPU'
Expand Down

0 comments on commit 3f83ff8

Please sign in to comment.