From 2c4e14d361044cbe2c10db8ce1002fbf42ea172a Mon Sep 17 00:00:00 2001 From: Till Schneidereit Date: Wed, 7 Aug 2019 15:57:57 +0200 Subject: [PATCH] Don't run CI for 'dev' tag, to avoid endless CI loops --- .azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index f7f04864db..003708dba5 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -6,6 +6,8 @@ trigger: tags: include: - '*' + exclude: + - 'dev' jobs: - job: rustfmt