From 4b0f2735f8380347ba4db04b184eb328637cf1de Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 16 Apr 2023 16:52:58 +0200 Subject: [PATCH] =?utf8?q?Update=20refs=20after=20master=E2=86=92main=20re?= =?utf8?q?name?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Why not. --- .github/workflows/ci.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c702a4..03f8deb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,13 @@ on: # Trigger the workflow on push or # pull request, but only for the - # master branch. + # main branch. push: branches: - - master + - main pull_request: branches: - - master + - main # Allow manual triggering workflow_dispatch: # Weekly run to account for diff --git a/README.md b/README.md index 8370dc8..7d7012c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the pyxattr module, a Python extension module which gives access to the extended attributes for filesystem objects available in some operating systems. -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/iustin/pyxattr/ci.yml?branch=master)](https://github.com/iustin/pyxattr/actions/workflows/ci.yml) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/iustin/pyxattr/ci.yml?branch=main)](https://github.com/iustin/pyxattr/actions/workflows/ci.yml) [![Codecov](https://img.shields.io/codecov/c/github/iustin/pyxattr)](https://codecov.io/gh/iustin/pyxattr) [![Read the Docs](https://img.shields.io/readthedocs/pyxattr)](http://pyxattr.readthedocs.io/en/latest/?badge=latest) [![GitHub issues](https://img.shields.io/github/issues/iustin/pyxattr)](https://github.com/iustin/pyxattr/issues) -- 2.39.2