Skip to content

Commit aa84165

Browse files
committed
Update github workflow to reduce resource occupy
Signed-off-by: yhmo <yihua.mo@zilliz.com>
1 parent 8c2f233 commit aa84165

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build and test
22
on:
33
push:
4+
branches-ignore:
5+
- master
6+
- '2.*'
7+
- '3.*'
48
# file paths to consider in the event. Optional; defaults to all.
59
paths:
610
- 'cmake/**'

0 commit comments

Comments
 (0)