Skip to content

Commit

Permalink
Add trigger on PR for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dormrod committed Oct 8, 2024
1 parent c5e2d2f commit f3e849d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Publish to PyPi
on:
release:
types: [published]
workflow_dispatch:
pull_request: # for testing... to remove...
types: [ opened, synchronize, reopened ]

jobs:
build-and-test:
Expand Down

0 comments on commit f3e849d

Please sign in to comment.