diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b234054..e3c3bf7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,15 +1,15 @@ name: Java CI with Maven on: push: - branches: [ "master" ] + branches: [ "mauster" ] pull_request: - branches: [ "master" ] + branches: [ "mauster" ] jobs: build: runs-on: self-hosted steps: - uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: java-version: '17'