Revert release workflow to only run on creation of git tags

This commit is contained in:
Debanjum Singh Solanky 2022-08-14 06:45:17 +03:00
parent 357b584142
commit 34cfc0382b

View file

@ -4,14 +4,6 @@ on:
push:
tags:
- v*
pull_request:
branches:
- 'master'
paths:
- src/**
- setup.py
- Khoj.spec
- .github/workflows/release.yml
jobs:
publish: