Skip to content

Commit c699df7

Browse files
committed
Merge branch 'main-v10' into v10/dev
2 parents 567f133 + 81a95d7 commit c699df7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This repository houses open-source extensions, created for Umbraco Forms, that i
1010

1111
### Automation
1212

13-
[Zapier](./src/Umbraco.Forms.Integrations.Automation.Zapier) - a dashboard interface that allows users to vizualize registered subscription hooks for their Umbraco Forms and to call Zapier triggers when a specific forms gets submitted.
13+
[Zapier](./src/Umbraco.Forms.Integrations.Automation.Zapier) - a dashboard interface that allows users to vizualize registered subscription hooks for their Umbraco Forms and to call Zapier triggers when a specific forms gets submitted

azure-pipeline - Automation.Zapier.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
trigger:
22
- main
3+
- main-v10
34

45
pool:
56
vmImage: 'windows-latest'
@@ -45,6 +46,7 @@ steps:
4546
cd src/$(projectName)/
4647
umbpack pack .\package.xml -o $(Build.ArtifactStagingDirectory)
4748
cd ../../
49+
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
4850
- task: PublishBuildArtifacts@1
4951
displayName: 'Publish Build Artifacts'
5052
inputs:

azure-pipeline - Crm.Hubspot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
trigger:
22
- main
3+
- main-v10
34

45
pool:
56
vmImage: 'windows-latest'
@@ -59,6 +60,7 @@ steps:
5960
cd src/$(projectName)/
6061
umbpack pack .\package.xml -o $(Build.ArtifactStagingDirectory)
6162
cd ../../
63+
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
6264

6365
- task: PublishBuildArtifacts@1
6466
displayName: 'Publish Build Artifacts'

0 commit comments

Comments
 (0)