Skip to content

Commit

Permalink
ci: (temporary fix) run pypi release on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
chanshing committed Apr 12, 2024
1 parent 8541a4e commit 11f4225
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish to PyPI

on:
push:
tags:
- "v*"
pull_request:
branches:
- main
- master

permissions:
contents: write
Expand Down

0 comments on commit 11f4225

Please sign in to comment.