Skip to content

Commit

Permalink
Merge pull request #115 from dhellmann/limit-release-action
Browse files Browse the repository at this point in the history
do not run the build-n-publish job on forks of the repo
  • Loading branch information
dhellmann authored Nov 4, 2020
2 parents cbec5dc + d49f898 commit a7780b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI and TestPyPI
if: ${{ github.repository_owner == 'sphinx-contrib' }}

runs-on: ubuntu-latest

Expand Down

0 comments on commit a7780b4

Please sign in to comment.