Merge pull request #155 from rstudio/gha-pr

Run GitHub Actions tests on pull requests
This commit is contained in:
Greg Lin 2023-01-12 14:18:29 -06:00 committed by GitHub
commit 45951885c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: