Skip to content

Commit 31a3acc

Browse files
authored
Allow builds on both main and master branches
1 parent c2845df commit 31a3acc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/milky-build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Build Lagrange.Milky
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
7+
- master
68
paths:
79
- .github/workflows/milky-build.yaml
810
- Lagrange.Codec/**

0 commit comments

Comments
 (0)