youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 1e8e5d5238b4863aa2005d1cd5981343d96bdbf3
parent d81a213cfb66f6e3175980d763318bd81e31be02
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 14 Jan 2021 02:54:38 +0700

[workflows/ci.yml] Run CI on PRs

Diffstat:
M.github/workflows/ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: CI -on: [push] +on: [push, pull_request] jobs: tests: name: Tests