Fix authors, homepage URL in pyproject.toml and workflow triggers

This commit is contained in:
Debanjum Singh Solanky
2023-02-16 03:12:04 -06:00
parent dcb86c2d3e
commit 7a9a811874
4 changed files with 7 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ on:
paths:
- src/khoj/**
- config/**
- setup.py
- pyproject.toml
- Dockerfile
- docker-compose.yml
- .github/workflows/dockerize.yml

View File

@@ -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:

View File

@@ -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: