Skip to content

Commit

Permalink
workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
guirava committed Mar 14, 2024
1 parent cc7020e commit 8933085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
pull_request_target:
branches: [ "main", "devel" ]
workflow_dispatch:
inputs:
branch:
description: 'Branch to build'
required: true
default: 'main'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Fixes:
- Fixed an issue in which certain GraphQL calls responded with
`Unable to cast object of type 'Newtonsoft.Json.Linq.JValue'
to type 'Newtonsoft.Json.Linq.JObject'.`
- Updated help text in New-RscMssqlExport

New Features:

Expand Down

0 comments on commit 8933085

Please sign in to comment.