Skip to content

Commit 725282e

Browse files
committed
Revert test publish back to how it was so that everytime merge into master triggers it
1 parent 9dc96f9 commit 725282e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/python-test-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ name: Upload Python Package
66
on:
77
# Trigger the workflow on push or pull request,
88
# but only for the main branch
9-
release:
10-
types: [created]
9+
push:
10+
branches:
11+
- main
12+
pull_request:
13+
branches:
14+
- main
1115

1216
jobs:
1317
deploy:

0 commit comments

Comments
 (0)