mirror of
https://github.com/Fishwaldo/pico-sdk.git
synced 2025-07-23 13:29:03 +00: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
Add a link
Reference in a new issue