docs: Add use citation from Spey paper #866
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Merged PR | |
on: | |
pull_request: | |
types: [closed] | |
workflow_dispatch: | |
jobs: | |
binder: | |
name: Trigger Binder build | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.merged | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Trigger Binder build | |
run: | | |
# Use Binder build API to trigger repo2docker to build image on Google Cloud and Turing Institute Binder Federation clusters | |
bash binder/trigger_binder.sh https://turing.mybinder.org/build/gh/scikit-hep/pyhf/main |