diff --git a/ci/laravel.yml b/ci/laravel.yml index f4e6cba..c3841eb 100644 --- a/ci/laravel.yml +++ b/ci/laravel.yml @@ -1,9 +1,7 @@ -name: Laravel CI -on: - push: - branches: - - master - - features/* +name: Laravel + +on: [push] + jobs: laravel-tests: runs-on: ubuntu-latest diff --git a/ci/properties/laravel.properties.json b/ci/properties/laravel.properties.json index c7ad335..f10a462 100644 --- a/ci/properties/laravel.properties.json +++ b/ci/properties/laravel.properties.json @@ -3,7 +3,7 @@ "description": "Test a Laravel project.", "iconName": "php", "categories": [ - "Php", + "PHP", "Laravel" ] } \ No newline at end of file