diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8c1e3fe..7b6232b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -35,6 +35,7 @@ jobs: # Deployment job deploy: + if: github.ref == 'refs/heads/main' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} diff --git a/README.md b/README.md index 8ae20bd..ab68049 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,6 @@ much better than Rust. So here we are :shrug:. -![Just Use Go](./docs/public/just-use-go.png) - ## Commercial support Looking for help or customization? diff --git a/docs/public/just-use-go.png b/docs/public/just-use-go.png deleted file mode 100644 index bfb521e..0000000 Binary files a/docs/public/just-use-go.png and /dev/null differ