Run GHA tests on pull requests
This commit is contained in:
parent
6e831a235c
commit
a2ffb1371d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue