mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Fix authors, homepage URL in pyproject.toml and workflow triggers
This commit is contained in:
2
.github/workflows/dockerize.yml
vendored
2
.github/workflows/dockerize.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
paths:
|
||||
- src/khoj/**
|
||||
- config/**
|
||||
- setup.py
|
||||
- pyproject.toml
|
||||
- Dockerfile
|
||||
- docker-compose.yml
|
||||
- .github/workflows/dockerize.yml
|
||||
|
||||
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
@@ -8,14 +8,14 @@ on:
|
||||
- 'master'
|
||||
paths:
|
||||
- src/khoj/**
|
||||
- setup.py
|
||||
- pyproject.toml
|
||||
- .github/workflows/pypi.yml
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- src/khoj/**
|
||||
- setup.py
|
||||
- pyproject.toml
|
||||
- .github/workflows/pypi.yml
|
||||
|
||||
jobs:
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
- src/khoj/**
|
||||
- tests/**
|
||||
- config/**
|
||||
- setup.py
|
||||
- pyproject.toml
|
||||
- .github/workflows/test.yml
|
||||
push:
|
||||
branches:
|
||||
@@ -17,7 +17,7 @@ on:
|
||||
- src/khoj/**
|
||||
- tests/**
|
||||
- config/**
|
||||
- setup.py
|
||||
- pyproject.toml
|
||||
- .github/workflows/test.yml
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user