From 4050e82278d5953567fdb58a2969805fe5b92be8 Mon Sep 17 00:00:00 2001 From: "ublabs[bot]" <92824821+ublabs[bot]@users.noreply.github.com> Date: Sun, 11 Apr 2021 14:24:20 -0500 Subject: [PATCH] update branch to main --- .github/CONTRIBUTING.md | 2 +- .github/workflows/run-tests.yml | 4 ++-- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b4ae1c4..b6c1fe1 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -40,7 +40,7 @@ Before submitting a pull request: If the project maintainer has any additional requirements, you will find them listed here. -- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](https://pear.php.net/package/PHP_CodeSniffer). +- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/main/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](https://pear.php.net/package/PHP_CodeSniffer). - **Add tests!** - Your patch won't be accepted if it doesn't have tests. diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ca3d2a7..28b0602 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -2,9 +2,9 @@ name: run-tests on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: test: diff --git a/README.md b/README.md index 505adf0..8bdc160 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ # Blade Simple Icons [![Latest Version on Packagist](https://img.shields.io/packagist/v/ublabs/blade-simple-icons.svg?style=flat-square)](https://packagist.org/packages/ublabs/blade-simple-icons) -[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/ublabs/blade-simple-icons/run-tests?label=tests)](https://github.com/ublabs/blade-simple-icons/actions?query=workflow%3Arun-tests+branch%3Amaster) -[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/ublabs/blade-simple-icons/Check%20&%20fix%20styling?label=code%20style)](https://github.com/ublabs/blade-simple-icons/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster) +[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/ublabs/blade-simple-icons/run-tests?label=tests)](https://github.com/ublabs/blade-simple-icons/actions?query=workflow%3Arun-tests+branch%3Amain) +[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/ublabs/blade-simple-icons/Check%20&%20fix%20styling?label=code%20style)](https://github.com/ublabs/blade-simple-icons/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain) [![Total Downloads](https://img.shields.io/packagist/dt/ublabs/blade-simple-icons.svg?style=flat-square)](https://packagist.org/packages/ublabs/blade-simple-icons) A package to easily make use of [Simple Icons](https://simpleicons.org/) in your Laravel Blade views.