From 12eb813bc36d18dab7912efba318fa0693c4c794 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 25 Oct 2023 22:02:12 +0000 Subject: [PATCH] ci(concourse): replace `master` branch with `main` --- scripts/concourse/docs_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/concourse/docs_wheels.yml b/scripts/concourse/docs_wheels.yml index cc65d00fde..790a2246f3 100644 --- a/scripts/concourse/docs_wheels.yml +++ b/scripts/concourse/docs_wheels.yml @@ -3,14 +3,14 @@ resources: type: git icon: github source: - branch: master + branch: main uri: https://github.com/deltachat/deltachat-core-rust.git - name: deltachat-core-rust-release type: git icon: github source: - branch: master + branch: main uri: https://github.com/deltachat/deltachat-core-rust.git tag_filter: "v*"