Skip to content

Commit 465397f

Browse files
authored
ci(*): Fix syntax for branch patterns in test.yaml
1 parent 133642a commit 465397f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
push:
55
branches:
6-
- **
6+
- "**"
77
pull_request:
88
branches:
99
- "**"
@@ -37,4 +37,4 @@ jobs:
3737
sleep 2
3838
done
3939
echo "Emulator is ready, running tests..."
40-
pnpm test
40+
pnpm test

0 commit comments

Comments
 (0)