Skip to content

Commit

Permalink
Merge pull request tardis-sn#945 from tardis-sn/revert-944-PR_trigger
Browse files Browse the repository at this point in the history
Revert "Remove PR Trigger"
  • Loading branch information
wkerzendorf authored Jun 28, 2019
2 parents f8e717c + f8bb713 commit 1413e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
- master

pr:
- none
- master

# Variables we can reference later.
variables:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 1413e23

Please sign in to comment.