Skip to content

Commit

Permalink
Update and rename python-publish.yml to python-test-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanspies authored Apr 7, 2021
1 parent c0d2438 commit 966e23b
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
name: Upload Python Package

on:
release:
types: [created]
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main

jobs:
deploy:
Expand Down

0 comments on commit 966e23b

Please sign in to comment.