Skip to content

Commit d01eabe

Browse files
committed
Merge branch 'main' of github.com-fileformat:VectorLogoZone/git-svg-logos into main
2 parents 9665311 + 041c3f3 commit d01eabe

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
- cron: '42 0 * * 1'
66
push:
77
branches:
8-
- master
9-
8+
- main
9+
workflow_dispatch:
10+
1011
jobs:
1112
build:
1213
runs-on: ubuntu-latest

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# git repos of SVG Logos [<img alt="git Logo" src="https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg" height="80" align="right" />](https://logosear.ch/)
22

3+
[![build](https://github.com/VectorLogoZone/git-svg-logos/actions/workflows/release.yaml/badge.svg)](https://github.com/VectorLogoZone/git-svg-logos/actions/workflows/release.yaml)
4+
35
Public git repositories of SVG logos: this is the list used by [LogoSear.ch](https://logosear.ch/).
46

57
## The List

data/sources.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
- provider: github
609609
handle: todogroup
610610
repo: todogroup/todogroup.github.io
611-
branch: master
611+
branch: main
612612
directory: static/img
613613
website: 'https://todogroup.org/'
614614
rename: [ "^(logo_)?(.*)$", "\\2" ]

0 commit comments

Comments
 (0)