diff options
author | Sergey M․ <dstftw@gmail.com> | 2021-01-14 02:54:38 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2021-01-14 02:54:38 +0700 |
commit | 1e8e5d5238b4863aa2005d1cd5981343d96bdbf3 (patch) | |
tree | c1dedb8eabf7eaced418e6d7a9328966e2fe66be /.github/workflows | |
parent | d81a213cfb66f6e3175980d763318bd81e31be02 (diff) |
[workflows/ci.yml] Run CI on PRs
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |