diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e79ae48..fdafc1c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,9 @@ name: Build with Maven on: push: - branches: [ master ] + branches: + - 'master' + - 'dev' pull_request: branches: [ master ] @@ -15,8 +17,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-java@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-java@v4 with: java-version: '11' distribution: 'temurin'