mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Trigger github build, test on updates to setup.py
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -7,6 +7,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
- config/**
|
- config/**
|
||||||
|
- setup.py
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- docker-compose.yml
|
- docker-compose.yml
|
||||||
- .github/workflows/build.yml
|
- .github/workflows/build.yml
|
||||||
@@ -16,6 +17,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
- config/**
|
- config/**
|
||||||
|
- setup.py
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- docker-compose.yml
|
- docker-compose.yml
|
||||||
- .github/workflows/build.yml
|
- .github/workflows/build.yml
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
- src/**
|
- src/**
|
||||||
- tests/**
|
- tests/**
|
||||||
- config/**
|
- config/**
|
||||||
|
- setup.py
|
||||||
- .github/workflows/test.yml
|
- .github/workflows/test.yml
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -16,6 +17,7 @@ on:
|
|||||||
- src/**
|
- src/**
|
||||||
- tests/**
|
- tests/**
|
||||||
- config/**
|
- config/**
|
||||||
|
- setup.py
|
||||||
- .github/workflows/test.yml
|
- .github/workflows/test.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user