Skip to content

Commit 67b0a11

Browse files
authored
remove iar/ branches from default workflow (#1288)
1 parent d9c88c6 commit 67b0a11

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: CMake
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches-ignore:
5+
- 'iar/**'
6+
pull_request:
7+
branches-ignore:
8+
- 'iar/**'
39

410
env:
511
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)