From 9f247c9a93ece1ceb61bfaae2c1b2b1e273560fa Mon Sep 17 00:00:00 2001 From: Roberto B Date: Thu, 3 Oct 2019 10:08:25 +0200 Subject: [PATCH] updating due review feedback about following the guidelines --- ci/laravel.yml | 10 ++++------ ci/properties/laravel.properties.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) 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