Skip to content

Commit

Permalink
Run the AddQRCode sample in CI
Browse files Browse the repository at this point in the history
- Also, specify that CI should run when the base branches PRs and
  pushes are the develop or main branch.
  • Loading branch information
datalogics-saharay committed Apr 11, 2024
1 parent b3bf46e commit b4415c8
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 b4415c8

Please sign in to comment.