From 7eb3dc71ded56bd956267bfcec7a204137a89ef4 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 14 Aug 2022 06:49:01 +0300 Subject: [PATCH] Revert "Revert release workflow to only run on creation of git tags" This reverts commit 34cfc0382bc972652ff88ec103afb11322b08f6f. --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f500cc4b..082fccbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,14 @@ on: push: tags: - v* + pull_request: + branches: + - 'master' + paths: + - src/** + - setup.py + - Khoj.spec + - .github/workflows/release.yml jobs: publish: