run build and test on pull requests

This commit is contained in:
Eliot Jones
2022-01-11 13:56:13 +00:00
parent 7ed985a023
commit a342115b9c

View File

@@ -1,6 +1,10 @@
name: Build and test
on: [push]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build: