Skip to content

Commit c830ac8

Browse files
committed
CI: disable to build fix/* and feature/* branches
1 parent d491e5d commit c830ac8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cibuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI Windows
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'fix/**'
7+
- 'feature/**'
58
paths-ignore:
69
- 'docs/**'
710
- 'tools/**'

0 commit comments

Comments
 (0)