Skip to content

Commit

Permalink
Revert test publish back to how it was so that everytime merge into m…
Browse files Browse the repository at this point in the history
…aster triggers it
  • Loading branch information
morrieinmaas committed May 20, 2021
1 parent 9dc96f9 commit 725282e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ name: Upload Python Package
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
release:
types: [created]
push:
branches:
- main
pull_request:
branches:
- main

jobs:
deploy:
Expand Down

0 comments on commit 725282e

Please sign in to comment.