From 85ccf9d499be21af8be5b0c71db99e8e2d24ca7f Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Sat, 14 Mar 2020 16:33:16 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines https://status.dev.azure.com/_event/179641421 --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 576fbc2118..6ab8125dce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,12 @@ +trigger: + branches: + include: + - '*' # must quote since "*" is a YAML reserved character; we want a string + +pr: + branches: + include: + - '*' # must quote since "*" is a YAML reserved character; we want a string jobs: - job: 'WebAssembly'