From 66fd430ff6681619f1d8a1217d1d226a811eaa2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Bourgier?= Date: Mon, 8 Jan 2024 15:10:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Rename=20`master`=20branch=20to?= =?UTF-8?q?=20`main`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c41531..2d9c186 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: psalm: diff --git a/README.md b/README.md index 1a9c6b4..07145f5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Flysystem v3 OpenStack Swift adapter [![Source code](https://img.shields.io/badge/source-GitHub-blue)](https://github.com/webalternatif/flysystem-openstack-swift) -[![Software license](https://img.shields.io/github/license/webalternatif/flysystem-openstack-swift)](https://github.com/webalternatif/flysystem-openstack-swift/blob/master/LICENSE) +[![Software license](https://img.shields.io/github/license/webalternatif/flysystem-openstack-swift)](https://github.com/webalternatif/flysystem-openstack-swift/blob/main/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/webalternatif/flysystem-openstack-swift)](https://github.com/webalternatif/flysystem-openstack-swift/issues) -[![Test status](https://img.shields.io/github/actions/workflow/status/webalternatif/flysystem-openstack-swift/test.yml?branch=master&label=tests)](https://github.com/webalternatif/flysystem-openstack-swift/actions/workflows/test.yml) +[![Test status](https://img.shields.io/github/actions/workflow/status/webalternatif/flysystem-openstack-swift/test.yml?branch=main&label=tests)](https://github.com/webalternatif/flysystem-openstack-swift/actions/workflows/test.yml) [![Psalm coverage](https://shepherd.dev/github/webalternatif/flysystem-openstack-swift/coverage.svg)](https://psalm.dev) [![Psalm level](https://shepherd.dev/github/webalternatif/flysystem-openstack-swift/level.svg)](https://psalm.dev)