Skip to content

Commit

Permalink
Fix publish CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
jegork committed Jun 4, 2024
1 parent b3cf519 commit 859ba47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ jobs:
poetry run pytest
publish:
needs: check
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 859ba47

Please sign in to comment.