diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a57491227..1def328da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Java CI with Maven on: push: - branches: [ master, 0.12.x ] + branches: [ master, 0.11.x ] tags: [ "*" ] pull_request: workflow_dispatch: @@ -49,3 +49,6 @@ jobs: path: | */target/surefire-reports/* test-suite/target/hyperfoil/*.log +runs: + using: 'node20' +