Skip to content

Commit

Permalink
Change trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Okroshiashvili committed Sep 24, 2024
1 parent 651ea5e commit e72cf77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
# Publish to PyPI on every pull request to `main` branch
publish-to-pypi:
name: Publish 📦 to PyPI
if: github.repository_owner == 'Okroshiashvili' && github.event_name == 'pull_request' && github.ref == 'refs/heads/main'
if: github.event_name == 'pull_request' && github.ref == 'refs/heads/main'
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit e72cf77

Please sign in to comment.