From a67abbd2b20afdb7dc75c9dbaee0bf3a74b0a0cd Mon Sep 17 00:00:00 2001 From: "Javi H. Gil" Date: Tue, 29 Oct 2024 16:05:27 +0100 Subject: [PATCH] -m Rename ci.yml --- .github/workflows/{php.yml => ci.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{php.yml => ci.yml} (100%) diff --git a/.github/workflows/php.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/php.yml rename to .github/workflows/ci.yml diff --git a/README.md b/README.md index bcd8c7e..3055039 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![License](https://img.shields.io/packagist/l/softspring/polymorphic-form-type?style=flat-square) ![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/polymorphic-form-type/php?style=flat-square) ![Downloads](https://img.shields.io/packagist/dt/softspring/polymorphic-form-type?style=flat-square) -[![CI](https://img.shields.io/github/actions/workflow/status/softspring/polymorphic-form-type/php.yml?branch=5.4&style=flat-square&label=CI)](https://github.com/softspring/polymorphic-form-type/actions/workflows/php.yml) +[![CI](https://img.shields.io/github/actions/workflow/status/softspring/polymorphic-form-type/ci.yml?branch=5.4&style=flat-square&label=CI)](https://github.com/softspring/polymorphic-form-type/actions/workflows/ci.yml) This package provides a Symfony form type to manage with polymorphic collections.