Skip to content

Commit 39624c2

Browse files
fix: set branch to master in deploy action
1 parent 08eeae3 commit 39624c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy
22

33
on:
44
push:
5-
branches: [ $default-branch ]
5+
branches:
6+
- master
67

78
jobs:
89
test:

0 commit comments

Comments
 (0)