mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-02 20:03:01 +01:00
Only run build workflow on publish to master. Not on pull request
This commit is contained in:
parent
84adf0c568
commit
b2beff6a0e
1 changed files with 0 additions and 10 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -1,16 +1,6 @@
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- src/**
|
|
||||||
- config/**
|
|
||||||
- setup.py
|
|
||||||
- Dockerfile
|
|
||||||
- docker-compose.yml
|
|
||||||
- .github/workflows/build.yml
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue