sowm: Run CI on pull requests

This commit is contained in:
Dylan Araps 2019-11-25 14:50:51 +00:00
parent 9a206d6c9d
commit 275488384a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest