1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Tools: Run CI on pull requests too

This commit is contained in:
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

View File

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