Trigger github workflow on PR

This commit is contained in:
Debanjum Singh Solanky 2022-08-14 02:38:20 +03:00
parent b9b0278c99
commit 65f3d0ff3b

View file

@ -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: