mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Merge branch 'develop' into iar/develop
This commit is contained in:
commit
a0f5dace64
1 changed files with 7 additions and 1 deletions
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
|
|
@ -1,5 +1,11 @@
|
|||
name: CMake
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'iar/**'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'iar/**'
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue