From d1473994802ed55ee33ae5eeb5f122b7fc144f33 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Thu, 11 Apr 2024 17:21:09 -0500 Subject: [PATCH] Run the AddQRCode sample in CI - Also, specify the base branches on which to run CI. --- .github/workflows/test-dotnet-samples.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 81b6aa8..cafb7d6 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -2,8 +2,13 @@ name: test-samples on: pull_request: + branches: + - develop + - main push: - branches: [ develop, main ] + branches: + - develop + - main env: DOTNET_VERSION: '6.x' @@ -42,6 +47,7 @@ jobs: 'ContentCreation/WriteNChannelTiff/', 'ContentModification/Action/', 'ContentModification/AddCollection/', + 'ContentModification/AddQRCode/', 'ContentModification/ChangeLayerConfiguration/', 'ContentModification/ChangeLinkColors/', 'ContentModification/CreateLayer/',