Skip to content

Commit b397284

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/milky-docker.yaml

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

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

0 commit comments

Comments
 (0)