mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Limit release workflow to only run on creation of git tags
This reverts commit 7eb3dc71de
.
This commit is contained in:
parent
7eb3dc71de
commit
a44cf39ab9
1 changed files with 0 additions and 8 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -4,14 +4,6 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- src/**
|
||||
- setup.py
|
||||
- Khoj.spec
|
||||
- .github/workflows/release.yml
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
Loading…
Add table
Reference in a new issue