Skip to content

Commit ecc6733

Browse files
authored
Merge pull request #4 from Oscabrera/ci/ignore-develop-branch
Ignore 'develop' branch in workflows and update README badges
2 parents b94e43a + a62b761 commit ecc6733

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/phpmd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
push:
66
branches-ignore:
77
- 'main'
8+
- 'develop'
89
pull_request:
910
branches-ignore:
1011
- 'main'
12+
- 'develop'
1113

1214
jobs:
1315
phpstan:

.github/workflows/phpstan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ on:
99
push:
1010
branches-ignore:
1111
- 'main'
12+
- 'develop'
1213
pull_request:
1314
branches-ignore:
1415
- 'main'
16+
- 'develop'
1517

1618
jobs:
1719
phpstan:

.github/workflows/pint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
push:
77
branches-ignore:
88
- 'main'
9+
- 'develop'
910
pull_request:
1011
branches-ignore:
1112
- 'main'
13+
- 'develop'
1214

1315
jobs:
1416
phpstan:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ A Laravel package for advanced query filtering and conditions.
66
[![Total Downloads](https://img.shields.io/packagist/dt/oscabrera/laravel-query-filters.svg?style=flat-square)](https://packagist.org/packages/oscabrera/laravel-query-filtersgsgs)
77

88
[![VitePress](https://github.com/oscabrera/laravel-query-filters/actions/workflows/deploy.yml/badge.svg)](https://github.com/oscabrera/laravel-query-filters/actions/workflows/deploy.yml)
9-
[![PHPStan](https://github.com/oscabrera/laravel-query-filters/actions/workflows/phpstan.yml/badge.svg?branch=develop)](https://github.com/oscabrera/laravel-query-filters/actions/workflows/phpstan.yml?query=branch%3Adevelop)
10-
[![Pint](https://github.com/oscabrera/laravel-query-filters/actions/workflows/pint.yml/badge.svg?branch=develop)](https://github.com/oscabrera/laravel-query-filters/actions/workflows/pint.yml?query=branch%3Adevelop)
11-
[![PHPMD](https://github.com/oscabrera/laravel-query-filters/actions/workflows/phpmd.yml/badge.svg?branch=develop)](https://github.com/oscabrera/laravel-query-filters/actions/workflows/phpmd.yml?query=branch%3Adevelop)
9+
[![PHPStan](https://github.com/oscabrera/laravel-query-filters/actions/workflows/phpstan.yml/badge.svg)](https://github.com/oscabrera/laravel-query-filters/actions/workflows/phpstan.yml)
10+
[![Pint](https://github.com/oscabrera/laravel-query-filters/actions/workflows/pint.yml/badge.svg)](https://github.com/oscabrera/laravel-query-filters/actions/workflows/pint.yml)
11+
[![PHPMD](https://github.com/oscabrera/laravel-query-filters/actions/workflows/phpmd.yml/badge.svg)](https://github.com/oscabrera/laravel-query-filters/actions/workflows/phpmd.yml)
1212

1313
[![built with Codeium](https://codeium.com/badges/main)](https://codeium.com)
1414

0 commit comments

Comments
 (0)