Skip to content

Commit c6ff468

Browse files
authored
Get builds on release-2.5 branch (#360)
Signed-off-by: Matthew B White <[email protected]> Signed-off-by: Matthew B White <[email protected]>
1 parent 0cc0915 commit c6ff468

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77
push:
88
branches:
99
- main
10+
- release-2.5
1011
pull_request:
1112
branches:
1213
- main
14+
- release-2.5
1315
create:
1416
tags:
1517
- "*"
@@ -22,4 +24,4 @@ jobs:
2224
- name: placeholder
2325
run: |
2426
ls -lart
25-
echo "Hello!"
27+
echo "Hello!"

0 commit comments

Comments
 (0)