diff --git a/.github/workflows/nightly_or_release.yml b/.github/workflows/CI.yml similarity index 97% rename from .github/workflows/nightly_or_release.yml rename to .github/workflows/CI.yml index f44d3462..468e3748 100644 --- a/.github/workflows/nightly_or_release.yml +++ b/.github/workflows/CI.yml @@ -1,6 +1,6 @@ # This sets the environment for building Kiwix JS store packages and runs the build script -name: Build all packages nightly or on publish new release +name: CI # Controls when the action will run. on: diff --git a/README.md b/README.md index 7b41a299..fa0adda1 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,11 @@ It might also work with other content in the OpenZIM format: https://wiki.openzi If your Internet access is expensive/rare/slow/unreliable/watched/censored, you still can browse this amazing repository of knowledge and culture. -[![Build Status](https://travis-ci.com/kiwix/kiwix-js.svg?branch=master)](https://travis-ci.com/kiwix/kiwix-js) +[![Build Status](https://github.com/kiwix/kiwix-js/workflows/CI/badge.svg?query=branch%3Amaster)](https://github.com/kiwix/kiwix-js/actions?query=branch%3Amaster) [![CodeFactor](https://www.codefactor.io/repository/github/kiwix/kiwix-js/badge)](https://www.codefactor.io/repository/github/kiwix/kiwix-js) [![Kiwix for Firefox](https://img.shields.io/amo/v/kiwix-offline?label=Kiwix%20for%20Firefox)](https://addons.mozilla.org/fr/firefox/addon/kiwix-offline/) [![Kiwix for Chrome](https://img.shields.io/chrome-web-store/v/donaljnlmapmngakoipdmehbfcioahhk?label=Kiwix%20for%20Chrome)](https://chrome.google.com/webstore/detail/kiwix/donaljnlmapmngakoipdmehbfcioahhk) +[![Kiwix for Edge](https://img.shields.io/badge/dynamic/json?label=Kiwix%20for%20Edge&prefix=v&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fjlepddlenlljlnnhjinfaciabanbnjbp)](https://microsoftedge.microsoft.com/addons/detail/kiwix/jlepddlenlljlnnhjinfaciabanbnjbp) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ## Usage