Make release/1.x a privileged branch to run workflows, create releases

It'll work similar to the master branch but with pre-1x and latest-1x
tagged series of docker images.

This should ease deployment changes from 1.x vs 2.x series
This commit is contained in:
Debanjum
2025-07-04 00:45:30 -07:00
parent 2daf396cbb
commit 58f44ad43b
8 changed files with 37 additions and 7 deletions

View File

@@ -2,6 +2,9 @@ name: pre-commit
on:
pull_request:
branches:
- master
- release/1.x
paths:
- src/**
- tests/**
@@ -12,6 +15,7 @@ on:
push:
branches:
- master
- release/1.x
paths:
- src/khoj/**
- tests/**