We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d24db commit 99e0593Copy full SHA for 99e0593
1 file changed
.github/workflows/mvn-Java11.yml
@@ -6,9 +6,9 @@ name: Maven build with Java 11
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
push:
9
- branches: [ master ]
+ branches: [ v0.9-java11 ]
10
pull_request:
11
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
0 commit comments