Skip to content

Commit b1d973c

Browse files
Merge pull request #124 from TheDragonCode/4.x
Rename workflow
2 parents 2c83165 + 93c7134 commit b1d973c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/laravel.yml renamed to .github/workflows/phpunit.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: laravel
1+
name: phpunit
2+
23
on: [ push ]
34

45
jobs:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See the [documentation](https://actions.dragon-code.pro) for detailed installati
2020
This package is licensed under the [MIT License](LICENSE).
2121

2222

23-
[badge_build]: https://img.shields.io/github/actions/workflow/status/TheDragonCode/laravel-actions/laravel.yml?style=flat-square
23+
[badge_build]: https://img.shields.io/github/actions/workflow/status/TheDragonCode/laravel-actions/phpunit.yml?style=flat-square
2424

2525
[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/laravel-actions.svg?style=flat-square
2626

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
This package is licensed under the [MIT License](prologue/license.md).
3535

3636

37-
[badge_build]: https://img.shields.io/github/actions/workflow/status/TheDragonCode/laravel-actions/laravel.yml?style=flat-square
37+
[badge_build]: https://img.shields.io/github/actions/workflow/status/TheDragonCode/laravel-actions/phpunit.yml?style=flat-square
3838

3939
[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/laravel-actions.svg?style=flat-square
4040

0 commit comments

Comments
 (0)