Skip to content

Commit

Permalink
Merge pull request #32 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 b3bf46e + b4415c8 commit 96187c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-net-framework-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

jobs:
test-samples:
Expand Down Expand Up @@ -38,6 +43,7 @@ jobs:
'ContentCreation/WriteNChannelTiff/',
'ContentModification/Action/',
'ContentModification/AddCollection/',
'ContentModification/AddQRCode/',
'ContentModification/ChangeLayerConfiguration/',
'ContentModification/ChangeLinkColors/',
'ContentModification/CreateLayer/',
Expand Down

0 comments on commit 96187c5

Please sign in to comment.