From 0066e6cb20f12a42447e76934046064ec4ff2c40 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 23 Mar 2024 13:21:38 +0100 Subject: [PATCH] Rename CD workflow --- .github/workflows/{publish.yml => cd.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{publish.yml => cd.yml} (99%) diff --git a/.github/workflows/publish.yml b/.github/workflows/cd.yml similarity index 99% rename from .github/workflows/publish.yml rename to .github/workflows/cd.yml index dacbf62..786a228 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,4 @@ -name: Publish Custom App +name: CD on: release: diff --git a/README.md b/README.md index 4c1ba64..ccede8a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This project contains data and scripts needed to create specific done separately by running the relevant Gradle command to build one or more custom apps. -[![Publish Custom App](https://github.com/kiwix/kiwix-android-custom/actions/workflows/publish.yml/badge.svg)](https://github.com/kiwix/kiwix-android-custom/actions/workflows/publish.yml) +[![CD](https://github.com/kiwix/kiwix-android-custom/workflows/CD/badge.svg?query=event%3Arelease)](https://github.com/kiwix/kiwix-android-custom/actions/workflows/cd.yml?query=event%3Arelease) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ## Disclaimer