From 9825d4703f0aec4ec51e01ab8737c744c1b08160 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Tue, 14 Jul 2020 14:52:22 +0300 Subject: [PATCH 1/2] update submodule --- azure-pipelines/build-node-packages.yml | 2 +- helpers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines/build-node-packages.yml b/azure-pipelines/build-node-packages.yml index fdab75e..a21ed85 100644 --- a/azure-pipelines/build-node-packages.yml +++ b/azure-pipelines/build-node-packages.yml @@ -4,7 +4,7 @@ pr: autoCancel: true branches: include: - - master + - main paths: exclude: - versions-manifest.json diff --git a/helpers b/helpers index d8c3ce7..1069e7a 160000 --- a/helpers +++ b/helpers @@ -1 +1 @@ -Subproject commit d8c3ce72eebad99e5377a15501ae2135ee4b2427 +Subproject commit 1069e7a4ece355bd321909454fc1f9f7244eb03b From 63f56e381c7ea3d938094eb4ec5e52d151e53442 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Tue, 14 Jul 2020 16:24:18 +0300 Subject: [PATCH 2/2] Update .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b343909..891db83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "helpers"] path = helpers url = https://github.com/actions/versions-package-tools - branch = master + branch = main