From a44cf39ab9c2f6c6e0d5f11b9111ef88a61456d7 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 14 Aug 2022 07:27:33 +0300 Subject: [PATCH] Limit release workflow to only run on creation of git tags This reverts commit 7eb3dc71ded56bd956267bfcec7a204137a89ef4. --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 082fccbf..f500cc4b 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: