diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml
index 7e4fd2b90fd528d6d1df71af7563d8ca5694d9e4..443deff7264ed4c69d625201117bdc0663d61ee0 100644
--- a/.github/workflows/test-and-publish.yml
+++ b/.github/workflows/test-and-publish.yml
@@ -21,7 +21,7 @@ jobs:
         if: matrix.python-version != '2.7'
       - run: PYTHONPATH=$GITHUB_WORKSPACE py.test -m "not hw_raspberrypi and not mqtt"
   publish:
-    name: Publish to PyPI
+    name: Publish to PyPI if tagged
     runs-on: ubuntu-18.04
     needs: test
     strategy: