Tools: Run CI on pull requests too

pull/5071/head
Laurent 2021-06-10 23:24:44 +01:00 committed by GitHub
parent a36b13dcb4
commit 0120df7bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: Joplin Continuous Integration
on: [push]
on: [push, pull_request]
jobs:
Main:
runs-on: ${{ matrix.os }}