chore: run tests on push to master (#340)

This commit is contained in:
Nolan Lawson 2023-06-18 11:57:42 -07:00 committed by GitHub
parent dfc5a827eb
commit e8afa56b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: Tests
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest