From d815e0d1152f4b73e5025a3d38c981024dc78571 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 14 Aug 2022 04:21:11 +0300 Subject: [PATCH] Run Release Workflow on pushing git tag. Add release badge to Readme --- .github/workflows/release.yml | 8 -------- Readme.md | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c0c425d..64a27ccc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,14 +4,6 @@ on: push: tags: - v* - pull_request: - branches: - - 'master' - paths: - - src/** - - setup.py - - Khoj.spec - - .github/workflows/release.yml jobs: publish: diff --git a/Readme.md b/Readme.md index cfdf424b..8d4f811b 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,7 @@ [![build](https://github.com/debanjum/khoj/actions/workflows/build.yml/badge.svg)](https://github.com/debanjum/khoj/actions/workflows/build.yml) [![test](https://github.com/debanjum/khoj/actions/workflows/test.yml/badge.svg)](https://github.com/debanjum/khoj/actions/workflows/test.yml) [![publish](https://github.com/debanjum/khoj/actions/workflows/publish.yml/badge.svg)](https://github.com/debanjum/khoj/actions/workflows/publish.yml) +[![release](https://github.com/debanjum/khoj/actions/workflows/release.yml/badge.svg)](https://github.com/debanjum/khoj/actions/workflows/release.yml) *A natural language search engine for your personal notes, transactions and images*