Previous change didn't allow CI checks to run when an external fork PRs to raspberrypi
This commit is contained in:
parent
2592c59e74
commit
14b5ea39cd
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: CMake
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
Loading…
Reference in New Issue
Block a user