Skip to content

Commit

Permalink
update branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ublabs[bot] committed Apr 11, 2021
1 parent 9bc797a commit 4050e82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: run-tests

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4050e82

Please sign in to comment.