diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ef357caa..5be902c8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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.)