mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Trigger github workflow on PR
This commit is contained in:
parent
b9b0278c99
commit
65f3d0ff3b
1 changed files with 8 additions and 3 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -1,9 +1,6 @@
|
|||
name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
|
@ -12,6 +9,14 @@ on:
|
|||
- setup.py
|
||||
- Khoj.spec
|
||||
- .github/workflows/release.yml
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- src/**
|
||||
- setup.py
|
||||
- Khoj.spec
|
||||
- .github/workflows/release.yml
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
Loading…
Reference in a new issue