mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Trigger github build, test on updates to setup.py
This commit is contained in:
parent
f642450ed9
commit
c96bc03f58
2 changed files with 4 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
paths:
|
||||
- src/**
|
||||
- config/**
|
||||
- setup.py
|
||||
- Dockerfile
|
||||
- docker-compose.yml
|
||||
- .github/workflows/build.yml
|
||||
|
@ -16,6 +17,7 @@ on:
|
|||
paths:
|
||||
- src/**
|
||||
- config/**
|
||||
- setup.py
|
||||
- Dockerfile
|
||||
- docker-compose.yml
|
||||
- .github/workflows/build.yml
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
- src/**
|
||||
- tests/**
|
||||
- config/**
|
||||
- setup.py
|
||||
- .github/workflows/test.yml
|
||||
push:
|
||||
branches:
|
||||
|
@ -16,6 +17,7 @@ on:
|
|||
- src/**
|
||||
- tests/**
|
||||
- config/**
|
||||
- setup.py
|
||||
- .github/workflows/test.yml
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue