Skip to content

Commit

Permalink
Merge pull request #37 from datalogics-saharay/run-add-qr-code-sample-ci
Browse files Browse the repository at this point in the history
Run the AddQRCode sample in CI
  • Loading branch information
datalogics-josepha authored Apr 12, 2024
2 parents b7061f3 + d147399 commit 7e71216
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -42,6 +47,7 @@ jobs:
'ContentCreation/WriteNChannelTiff/',
'ContentModification/Action/',
'ContentModification/AddCollection/',
'ContentModification/AddQRCode/',
'ContentModification/ChangeLayerConfiguration/',
'ContentModification/ChangeLinkColors/',
'ContentModification/CreateLayer/',
Expand Down

0 comments on commit 7e71216

Please sign in to comment.