From a3f7656c40c5d5a5fd4387f56b1815d564cc80f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 3 May 2020 23:23:38 +0200 Subject: [PATCH] Fix: Rename workflows --- .github/workflows/{continuous-deployment.yml => deploy.yml} | 2 +- .../workflows/{continuous-integration.yml => integrate.yml} | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{continuous-deployment.yml => deploy.yml} (98%) rename .github/workflows/{continuous-integration.yml => integrate.yml} (98%) 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?