diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index c8c814d2b..4b67170d7 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -1,8 +1,7 @@ name: CircleCI artifact preview -on: - pull_request: - types: [opened, synchronize, reopened] +on: [status] + jobs: circleci_artifacts_redirector_job: diff --git a/README.md b/README.md index 612193fd7..90466c9a5 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,5 @@ make serve-local ``` ### Acknowledgments + This project makes extensive use of the design and html resources from the original [napari hub](https://github.com/chanzuckerberg/napari-hub/). All resources are used with permission.