ci: Run on pull requests

This commit is contained in:
Dylan Araps 2020-01-08 22:21:10 +02:00
parent e7d397baf6
commit 9c6e77ac62
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: Shellcheck
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest