Skip to content

Commit

Permalink
Merge pull request networkupstools#2166 from networkupstools/jimklimo…
Browse files Browse the repository at this point in the history
…v-patch-1

.github/workflows/PyNUTClient.yml: limit auto-runs to NUT upstream [networkupstools#2158]
  • Loading branch information
jimklimov authored Nov 11, 2023
2 parents 1d2d24d + 188940c commit d59c053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PyNUTClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:

jobs:
build-n-publish:
if: github.repository_owner == 'networkupstools'
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d59c053

Please sign in to comment.