From b4415c86b07676bee392d189781a9643d28b7441 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Thu, 11 Apr 2024 17:34:04 -0500 Subject: [PATCH] Run the AddQRCode sample in CI - Also, specify that CI should run when the base branches PRs and pushes are the develop or main branch. --- .github/workflows/test-net-framework-samples.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-net-framework-samples.yml b/.github/workflows/test-net-framework-samples.yml index 59b1f18..7138f87 100644 --- a/.github/workflows/test-net-framework-samples.yml +++ b/.github/workflows/test-net-framework-samples.yml @@ -2,8 +2,13 @@ name: test-samples on: pull_request: + branches: + - develop + - main push: - branches: [ develop, main ] + branches: + - develop + - main jobs: test-samples: @@ -38,6 +43,7 @@ jobs: 'ContentCreation/WriteNChannelTiff/', 'ContentModification/Action/', 'ContentModification/AddCollection/', + 'ContentModification/AddQRCode/', 'ContentModification/ChangeLayerConfiguration/', 'ContentModification/ChangeLinkColors/', 'ContentModification/CreateLayer/',