From 893308581b8074a8efd03b7c2c374b710528dd54 Mon Sep 17 00:00:00 2001 From: Gui <12204241+guirava@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:59:56 -1200 Subject: [PATCH] workflow dispatch --- .github/workflows/build.yml | 5 +++++ CHANGELOG.md | 1 + 2 files changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc7a20055..6cfbbee11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e431b1f0..af896d8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: