diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7a1daa3..99d0410 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -11,6 +11,7 @@ on: jobs: test: + name: "Continuous Integration" uses: "./.github/workflows/ci.yml" # When a push to the default branch occurs, build and release "latest" images