mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Previous change didn't allow CI checks to run when an external fork PRs to raspberrypi
This commit is contained in:
parent
1a2bb7c219
commit
549eec6568
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue