We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946b869 commit 561c800Copy full SHA for 561c800
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build Maven
3
on:
4
push:
5
pull_request:
6
- branches: [ master ]
+ branches: [ 'master', 'jakarta' ]
7
jobs:
8
build-maven:
9
runs-on: ${{ matrix.os }}
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy Maven
2
workflow_run:
+ branches: [ 'master','jakarta' ]
workflows: ["Build Maven","Release Maven"]
types: [completed]
0 commit comments