Skip to content

Commit 1115523

Browse files
committed
remove build on push to feature branch.
1 parent bd951f0 commit 1115523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Kassiopeia
33
on:
44
pull_request:
55
push:
6-
branches: [main, develop, feature/build_v4.1.0]
6+
branches: [main, develop]
77
tags: ['*']
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)