From: Sergey M․ Date: Wed, 13 Jan 2021 19:54:38 +0000 (+0700) Subject: [workflows/ci.yml] Run CI on PRs X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=1e8e5d5238b4863aa2005d1cd5981343d96bdbf3;p=youtube-dl [workflows/ci.yml] Run CI on PRs --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bac3256e7..a9dc47a71 100644 --- 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