Skip to content

Commit 04f21ba

Browse files
authored
Merge pull request #84 from lazy-actions/fix/branch
ci: Fix branch name in build workflow
2 parents 1c5422b + aa7b49c commit 04f21ba

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
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- "**.ts"
99
- "package.json"

0 commit comments

Comments
 (0)