mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-27 21:55:59 +01:00
Run CI on PRs as well
This commit is contained in:
parent
9c07cc7e82
commit
842ec0eadb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: Continuous Integration
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue