diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 4c8074e..62f53c9 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -14,7 +14,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: + Deploy: # The type of runner that the job will run on runs-on: ubuntu-latest