Make lint workflow run for PRs

Closes #515
This commit is contained in:
Max Isom 2022-02-11 20:56:59 -05:00
parent caa10cf7cb
commit 8e5b3cfa43
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -1,6 +1,8 @@
name: Lint & build name: Lint & build
on: push on:
push:
pull_request:
jobs: jobs:
build: build: