remove iar/ branches from default workflow (#1288)

This commit is contained in:
Graham Sanderson 2023-02-27 18:59:41 -06:00 committed by GitHub
parent d9c88c6306
commit 67b0a11d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.)