Skip to content

Commit 966e23b

Browse files
authored
Update and rename python-publish.yml to python-test-publish.yml
1 parent c0d2438 commit 966e23b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
name: Upload Python Package
55

66
on:
7-
release:
8-
types: [created]
7+
# Trigger the workflow on push or pull request,
8+
# but only for the main branch
9+
push:
10+
branches:
11+
- main
12+
pull_request:
13+
branches:
14+
- main
915

1016
jobs:
1117
deploy:

0 commit comments

Comments
 (0)