mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +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
|
name: release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- v*
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
@ -12,6 +9,14 @@ on:
|
||||||
- setup.py
|
- setup.py
|
||||||
- Khoj.spec
|
- Khoj.spec
|
||||||
- .github/workflows/release.yml
|
- .github/workflows/release.yml
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
paths:
|
||||||
|
- src/**
|
||||||
|
- setup.py
|
||||||
|
- Khoj.spec
|
||||||
|
- .github/workflows/release.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|
Loading…
Reference in a new issue