Merge pull request #155 from rstudio/gha-pr
Run GitHub Actions tests on pull requests
This commit is contained in:
commit
45951885c8
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/**'
|
- 'test/**'
|
||||||
- 'Makefile'
|
- 'Makefile'
|
||||||
- '.github/workflows/test.yml'
|
- '.github/workflows/test.yml'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'builder/**'
|
||||||
|
- 'test/**'
|
||||||
|
- 'Makefile'
|
||||||
|
- '.github/workflows/test.yml'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
platforms:
|
platforms:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue