diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 10cee60..a70fb53 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ # To get a newer version, you will need to update the SHA. # You can also reference a tag or branch, but the action may change without warning. -name: Publish Python Package +name: Publish to PyPI on: release: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bcfa2e1..861f336 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to GitHub Pages -name: Publish sphinx docs +name: Publish docs on: # Runs on pushes targeting the default branch diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d9d5fd..b443011 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: tests +name: Run unit tests on: ["push", "pull_request"]