Skip to content

Commit 31673ac

Browse files
committed
test
1 parent 0c96d04 commit 31673ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pypi-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build and Publish Python Wheels to PyPI
33
on:
44
push:
55
branches: ["*"]
6+
pull_request:
7+
branches: ["*"]
68
release:
79
types: [published]
810
workflow_dispatch: # Allow manual triggering
@@ -135,7 +137,7 @@ jobs:
135137
name: Publish to TestPyPI
136138
needs: [build-wheels, build-sdist]
137139
runs-on: ubuntu-latest
138-
if: github.event_name == 'workflow_dispatch'
140+
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'
139141
environment:
140142
name: testpypi
141143
url: https://test.pypi.org/p/libcachesim

0 commit comments

Comments
 (0)