mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Trigger github workflow on PR
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user