Skip to content

Commit

Permalink
ci(concourse): replace master branch with main
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 25, 2023
1 parent 88d5576 commit 12eb813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/concourse/docs_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"

Expand Down

0 comments on commit 12eb813

Please sign in to comment.