Skip to content

Commit 141d99b

Browse files
Merge pull request #38 from datalogics/develop
Develop to main
2 parents 2c1b561 + 7e71216 commit 141d99b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test-dotnet-samples.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: test-samples
22

33
on:
44
pull_request:
5+
branches:
6+
- develop
7+
- main
58
push:
6-
branches: [ develop, main ]
9+
branches:
10+
- develop
11+
- main
712

813
env:
914
DOTNET_VERSION: '6.x'
@@ -42,6 +47,7 @@ jobs:
4247
'ContentCreation/WriteNChannelTiff/',
4348
'ContentModification/Action/',
4449
'ContentModification/AddCollection/',
50+
'ContentModification/AddQRCode/',
4551
'ContentModification/ChangeLayerConfiguration/',
4652
'ContentModification/ChangeLinkColors/',
4753
'ContentModification/CreateLayer/',

0 commit comments

Comments
 (0)