diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/deploy.yml similarity index 98% rename from .github/workflows/continuous-deployment.yml rename to .github/workflows/deploy.yml index 7158554..bf87791 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,6 @@ # https://help.github.com/en/categories/automating-your-workflow-with-github-actions -name: "Continuous Deployment" +name: "Deploy" on: push: diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/integrate.yml similarity index 98% rename from .github/workflows/continuous-integration.yml rename to .github/workflows/integrate.yml index 3bb9a6d..49d6ac1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/integrate.yml @@ -1,6 +1,6 @@ # https://help.github.com/en/categories/automating-your-workflow-with-github-actions -name: "Continuous Integration" +name: "Integrate" on: - "pull_request" diff --git a/README.md b/README.md index d335b84..63c94cc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # composer-normalize-action -[![Continuous Deployment](https://github.com/ergebnis/composer-normalize-action/workflows/Continuous%20Deployment/badge.svg)](https://github.com/ergebnis/composer-normalize-action/actions) -[![Continuous Integration](https://github.com/ergebnis/composer-normalize-action/workflows/Continuous%20Integration/badge.svg)](https://github.com/ergebnis/composer-normalize-action/actions) +[![Integrate](https://github.com/ergebnis/composer-normalize-action/workflows/Integrate/badge.svg)](https://github.com/ergebnis/composer-normalize-action/actions) +[![Deploy](https://github.com/ergebnis/composer-normalize-action/workflows/Deploy/badge.svg)](https://github.com/ergebnis/composer-normalize-action/actions) ## What does this action do?