From e9d454c38748b5277eb74f991cd2ea047c9eccce Mon Sep 17 00:00:00 2001 From: ssparach <128866445+ssparach@users.noreply.github.com> Date: Tue, 28 Oct 2025 13:37:56 -0700 Subject: [PATCH 1/2] test --- Tests/Tests.csproj | 2 +- Text-Grab/Text-Grab.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 57515f67..419e9a4b 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Text-Grab/Text-Grab.csproj b/Text-Grab/Text-Grab.csproj index 49600eb2..4c5959c4 100644 --- a/Text-Grab/Text-Grab.csproj +++ b/Text-Grab/Text-Grab.csproj @@ -59,7 +59,7 @@ - + From c727ff082094f954e9e3141b0fc29197356afd94 Mon Sep 17 00:00:00 2001 From: ssparach <128866445+ssparach@users.noreply.github.com> Date: Tue, 28 Oct 2025 13:51:56 -0700 Subject: [PATCH 2/2] changes --- .github/workflows/buildDev.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/buildDev.yml b/.github/workflows/buildDev.yml index 71390f38..52dd236f 100644 --- a/.github/workflows/buildDev.yml +++ b/.github/workflows/buildDev.yml @@ -1,9 +1,7 @@ name: "Build Text Grab" on: push: - branches: [dev] pull_request: - branches: [dev] concurrency: group: ${{ github.workflow }}-${{ github.ref }}