diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d24f38a..7c87184 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: Continuous Integration on: workflow_dispatch: @@ -9,9 +9,7 @@ on: jobs: test: - name: CI runs-on: ubuntu-latest - steps: - name: Check out the Repository uses: actions/checkout@v4