Skip to content

Commit

Permalink
remove iar/ branches from default workflow (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham authored Feb 28, 2023
1 parent d9c88c6 commit 67b0a11
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down

0 comments on commit 67b0a11

Please sign in to comment.