Skip to content

Commit

Permalink
Update publish-pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend authored Oct 24, 2024
1 parent ee6aafa commit 8a66cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push
jobs:
build:
if: contains(github.ref, '/tags/') && ((contains(github.event.base_ref, 'main')) || (contains(github.event.base_ref, 'test')))
if: contains(github.ref, '/tags/')
environment:
name: pypi
url: https://pypi.org/p/netbox_ptov # Replace <package-name> with your PyPI project name
Expand Down

0 comments on commit 8a66cc2

Please sign in to comment.