Skip to content

Commit 5ce8996

Browse files
committed
Fix CI's trigger condictions
1 parent 1022a15 commit 5ce8996

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: Build & Test
33
on:
44
push:
55
branches:
6-
- '*'
6+
- main
7+
- 'release/**'
78
pull_request:
8-
branches:
9-
- '*'
9+
branches:
10+
- main
11+
- 'release/**'
1012

1113
jobs:
1214

0 commit comments

Comments
 (0)