Skip to content

Commit 58ce979

Browse files
authored
Fix YAML syntax for branches in workflow
1 parent 9c8d8e8 commit 58ce979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build OpenClaw Apps
22

33
on:
44
push:
5-
branches: *
5+
branches: ['*']
66
paths:
77
- 'flutter_app/**'
88
- 'scripts/fetch-proot-binaries.sh'

0 commit comments

Comments
 (0)