Skip to content

Commit 99e0593

Browse files
authored
Update mvn-Java11.yml
1 parent 51d24db commit 99e0593

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mvn-Java11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: Maven build with Java 11
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ master ]
9+
branches: [ v0.9-java11 ]
1010
pull_request:
11-
branches: [ master ]
11+
branches: [ v0.9-java11 ]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

0 commit comments

Comments
 (0)