diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2340ec6..0461156 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - build: + ci: # The type of runner that the job will run on runs-on: ubuntu-latest