chore: run github workflow on pr

Also run github workflow when a pr is made
This commit is contained in:
feek 2020-04-08 00:58:23 -07:00 committed by GitHub
parent f55c67822f
commit c71f15b2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,12 @@
name: Run Psalm
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build: