Don't deploy from a pull_request build

This commit is contained in:
Scott Shawcroft 2021-11-30 11:13:42 -08:00
parent da26c5e83a
commit 271d1943f5
No known key found for this signature in database
GPG key ID: 0DFD512649C052DA

View file

@ -47,3 +47,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build publish_dir: ./build
cname: circuitpython.org cname: circuitpython.org
if: github.event_name != "pull_request"