Skip to content

Commit 1e16a2e

Browse files
authored
Test 2 (#4)
* xxx * xxx * xxx * xxx
1 parent ad9ceb9 commit 1e16a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: python -m build
5656

5757
- name: Publish package to PyPI
58-
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.merged == true && github.head_ref == 'test-1' }}
58+
if: ${{ github.ref == 'refs/heads/test-1' && github.event_name == 'push' }}
5959
uses: pypa/gh-action-pypi-publish@release/v1
6060
with:
6161
skip-existing: true

0 commit comments

Comments
 (0)