Skip to content

Commit 561c800

Browse files
committed
Build: add jakarta to build+deploy
1 parent 946b869 commit 561c800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Maven
33
on:
44
push:
55
pull_request:
6-
branches: [ master ]
6+
branches: [ 'master', 'jakarta' ]
77
jobs:
88
build-maven:
99
runs-on: ${{ matrix.os }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Maven
22

33
on:
44
workflow_run:
5-
branches: [ master ]
5+
branches: [ 'master','jakarta' ]
66
workflows: ["Build Maven","Release Maven"]
77
types: [completed]
88
jobs:

0 commit comments

Comments
 (0)