Skip to content

Commit 977a5fd

Browse files
authored
Enable GHA for qpid-jms-1.x branch (#633)
1 parent b2a9490 commit 977a5fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ main, qpid-jms-1.x ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ main, qpid-jms-1.x ]
11+
workflow_dispatch:
1112

1213
env:
1314
# https://maven.apache.org/configure.html#maven_args-environment-variable

0 commit comments

Comments
 (0)