diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 620092a..c61fc2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: registry-token: ${{ secrets.REGISTRY_TOKEN }} publish: + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} needs: - format - tests diff --git a/icon.png b/icon.png index 0e15a5e..3f37ea5 100644 Binary files a/icon.png and b/icon.png differ