Skip to content

Commit d705eca

Browse files
committed
Enable manual builds.
1 parent 60e0f48 commit d705eca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Build and Test
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, 2.4.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, 2.4.x ]
8+
workflow_dispatch:
89

910
jobs:
1011
build-linux:

0 commit comments

Comments
 (0)