Revert "Revert release workflow to only run on creation of git tags"

This reverts commit 34cfc0382b.
This commit is contained in:
Debanjum Singh Solanky
2022-08-14 06:49:01 +03:00
parent 62711408b0
commit 7eb3dc71de

View File

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