Skip to content

Commit

Permalink
change triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Aug 6, 2024
1 parent b93ddd7 commit 2212a39
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Package and upload to pypi
on:
pull_request:
types:
- closed
push:
branches:
- main
jobs:
# package:
# if: |
# github.event.pull_request.merged == true &&
# startsWith(github.event.pull_request.title, 'chore(main): release')
# needs: release
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 2212a39

Please sign in to comment.