commit | 67b0a11d3ea133a04d21fd967d2a809e609e90e2 | [log] [tgz] |
---|---|---|
author | Graham Sanderson <graham.sanderson@raspberrypi.com> | Mon Feb 27 18:59:41 2023 -0600 |
committer | GitHub <noreply@github.com> | Mon Feb 27 18:59:41 2023 -0600 |
tree | e16675c0e5cc99c62e41dd71d677771e7ac3fd28 | |
parent | d9c88c6306f1ba122f5861465292669d9a29a2d8 [diff] |
remove iar/ branches from default workflow (#1288)
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ef357ca..5be902c 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.)