Skip to content

Commit ece9c92

Browse files
committed
fix(action): remove unused branch
1 parent e58b74f commit ece9c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Push
33
on:
44
push:
55
# tags: ["v*.*.*"] # Match semantic versioning tags like v1.0.0
6-
branches: ["main", "ui"]
6+
branches: ["main"]
77
workflow_dispatch: # Allow manual triggering of the workflow
88

99
env:

0 commit comments

Comments
 (0)