Skip to content

Commit 2212a39

Browse files
committed
change triggers
1 parent b93ddd7 commit 2212a39

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/upload.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Package and upload to pypi
22
on:
3-
pull_request:
4-
types:
5-
- closed
3+
push:
4+
branches:
5+
- main
66
jobs:
77
# package:
88
# if: |
9-
# github.event.pull_request.merged == true &&
109
# startsWith(github.event.pull_request.title, 'chore(main): release')
1110
# needs: release
1211
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)