Run GHA tests on pull requests

This commit is contained in:
Greg Lin 2023-01-11 17:38:38 -06:00
commit a2ffb1371d

View file

@ -7,6 +7,12 @@ on:
- 'test/**'
- 'Makefile'
- '.github/workflows/test.yml'
pull_request:
paths:
- 'builder/**'
- 'test/**'
- 'Makefile'
- '.github/workflows/test.yml'
workflow_dispatch:
inputs:
platforms: