Skip to content

Commit 96af1ee

Browse files
committed
chore: Remove test config.
1 parent a1ac6e6 commit 96af1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- release-test
87
release:
98
types:
109
- published
@@ -34,6 +33,7 @@ jobs:
3433
path: dist
3534
test-release:
3635
name: Publish release to Test PyPI
36+
if: github.event_name != 'release'
3737
runs-on: ubuntu-latest
3838
needs: build
3939
environment:

0 commit comments

Comments
 (0)