Run CI/CD for pull requests marked as ready for review

This commit is contained in:
gsemaj 2022-04-06 19:33:38 -04:00
parent 4e1767ad58
commit 86576d48f6
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ on:
- .github/workflows/check-builds.yaml
- CMakeLists.txt
- Makefile
pull_request:
types: ready_for_review
paths:
- src/**
- vendor/**
- CMakeLists.txt
- Makefile
jobs:
ubuntu-build: