ci(concourse): replace master branch with main

This commit is contained in:
link2xt
2023-10-25 22:02:12 +00:00
parent 88d5576150
commit 12eb813bc3

View File

@@ -3,14 +3,14 @@ resources:
type: git type: git
icon: github icon: github
source: source:
branch: master branch: main
uri: https://github.com/deltachat/deltachat-core-rust.git uri: https://github.com/deltachat/deltachat-core-rust.git
- name: deltachat-core-rust-release - name: deltachat-core-rust-release
type: git type: git
icon: github icon: github
source: source:
branch: master branch: main
uri: https://github.com/deltachat/deltachat-core-rust.git uri: https://github.com/deltachat/deltachat-core-rust.git
tag_filter: "v*" tag_filter: "v*"