Don't deploy from a pull_request build
This commit is contained in:
parent
da26c5e83a
commit
271d1943f5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -47,3 +47,4 @@ jobs:
|
|||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./build
|
||||
cname: circuitpython.org
|
||||
if: github.event_name != "pull_request"
|
||||
|
|
|
|||
Loading…
Reference in a new issue