ci: Run Github Actions for PRs as well as pushes

This commit is contained in:
Thomas Buckley-Houston 2023-01-30 07:19:06 -05:00
parent 7e68247557
commit a547ac71fd
No known key found for this signature in database
GPG Key ID: 6A8FA0E4BA72A791
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: Lint
on: [push]
on: [push, pull_request]
jobs:
lint:

View File

@ -1,5 +1,5 @@
name: Test-Release
on: [push]
on: [push, pull_request]
jobs:
tests: