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/',