mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-04-25 03:02:25 +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
|
name: CMake
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'iar/**'
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- 'iar/**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user