mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-05 18:40:21 +00:00
remove iar/ branches from default workflow (#1288)
This commit is contained in:
parent
d9c88c6306
commit
67b0a11d3e
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…
x
Reference in New Issue
Block a user