From 327ed98bf88944ae3513bb4781b20d8cae096888 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 8 May 2019 13:56:27 +0200 Subject: [PATCH] Do not run the CI against the `electron` branch. Signed-off-by: Akos Kitta --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cab33bfc..990b2831 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,6 @@ trigger: branches: include: - master - - electron # TODO: remove this! pr: - master