Skip to content

Commit

Permalink
Run publish for pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchnei committed Apr 27, 2024
1 parent 0506be3 commit 6eea3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
publish:
needs: build_and_test
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'pull_request' && github.ref == 'refs/heads/publish-version-change'
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6eea3fd

Please sign in to comment.