Skip to content

Commit

Permalink
Rename GitHub workflow to CI
Browse files Browse the repository at this point in the history
As the build is run using Bazel nowadays, using `maven` as workflow file
name does no longer make sense.
  • Loading branch information
janhicken committed Apr 10, 2024
1 parent c55190f commit 05c6458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Java CI
name: CI
on: [push]
jobs:
test:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 05c6458

Please sign in to comment.