From f1a1e24cdd374598df2696bca355941d9abe17fa Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Mon, 1 Jun 2020 10:15:16 -0400 Subject: [PATCH 1/2] Update module-snapshot-publishing.yml for Azure Pipelines --- module-snapshot-publishing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module-snapshot-publishing.yml b/module-snapshot-publishing.yml index d6bd8728d..73e4fd862 100644 --- a/module-snapshot-publishing.yml +++ b/module-snapshot-publishing.yml @@ -1,7 +1,9 @@ # This pipeline produces a SNAPSHOT build for each of the sub modules in # the core library, and publishes them to ossrh. trigger: - - master + branches: + include: + - master strategy: matrix: From 8fecf4a442f4ecef51f540752d07d9cddb173603 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Mon, 1 Jun 2020 10:18:26 -0400 Subject: [PATCH 2/2] Updating SNAPSHOT pipeline to not trigger on PRs --- module-snapshot-publishing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module-snapshot-publishing.yml b/module-snapshot-publishing.yml index 73e4fd862..35e63c158 100644 --- a/module-snapshot-publishing.yml +++ b/module-snapshot-publishing.yml @@ -5,6 +5,8 @@ trigger: include: - master +pr: none + strategy: matrix: dstu2: