From f8bb713280841a8f22e5cb9549726d6f25f7a732 Mon Sep 17 00:00:00 2001 From: Wolfgang Kerzendorf Date: Fri, 28 Jun 2019 15:42:07 -0400 Subject: [PATCH] Revert "Remove PR Trigger" --- azure-pipelines/doc-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines/doc-build.yml b/azure-pipelines/doc-build.yml index 6c0fbd4b096..8987796b485 100644 --- a/azure-pipelines/doc-build.yml +++ b/azure-pipelines/doc-build.yml @@ -4,7 +4,7 @@ trigger: - master pr: -- none +- master # Variables we can reference later. variables: @@ -39,7 +39,7 @@ jobs: # sshKeySecureFile is the downloaded secure file you generated. - task: InstallSSHKey@0 inputs: - hostName: + hostName: $(gh_host) sshPublicKey: $(public_key) #sshPassphrase: $(Agent.TempDirectory) # Optional - leave empty if it was left empty while generating the key. sshKeySecureFile: 'id_azure_rsa'