mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Only build the production docker image when pushing to master
This commit is contained in:
parent
208ddddc6a
commit
ba633c4015
1 changed files with 0 additions and 1 deletions
1
.github/workflows/dockerize_production.yml
vendored
1
.github/workflows/dockerize_production.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: dockerize-prod
|
name: dockerize-prod
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
Loading…
Reference in a new issue