diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e93b2a3eab..60009b4f33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,15 @@ --- name: release -on: push +on: + pull_request: + push: jobs: build-distribution: name: Build catalystcoop.pudl distribution for PyPI runs-on: ubuntu-latest - if: github.repository == 'catalyst-cooperative/pudl' + if: github.event.pull_request.head.repo.fork == false steps: - name: Checkout source uses: actions/checkout@v4