diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5ad4fc33..f09b128d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,4 +47,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build cname: circuitpython.org - if: github.event_name != "pull_request" + if: github.event_name != 'pull_request'