diff --git a/.github/workflows/maven.yml b/.github/workflows/ci.yml similarity index 93% rename from .github/workflows/maven.yml rename to .github/workflows/ci.yml index 67c3c87..dcb282f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ -name: Java CI +name: CI on: [push] jobs: - test: + ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4