Skip to content

Commit

Permalink
Rename CD workflow (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 authored Mar 23, 2024
2 parents 5ee3034 + 0066e6c commit b8ed1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml → .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Custom App
name: CD

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8ed1c3

Please sign in to comment.