Skip to content

Commit 231a5db

Browse files
committed
fixed build trigers
1 parent 1fcefdc commit 231a5db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Build
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- '**'
6+
branches-ignore:
7+
- 'preview/**'
8+
- 'release/**'
89
paths:
910
- 'src/**'
1011

0 commit comments

Comments
 (0)