Skip to content

Commit

Permalink
Disable the workflow for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Nov 6, 2020
1 parent 89bdac1 commit f9ec676
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:
release:
types:
- published
# Runs for pull requests should be disable unless for testing purposes
pull_request:
branches:
- master
# Runs for pull requests should be disabled other than for testing purposes
#pull_request:
# branches:
# - master

jobs:
publish-pypi:
Expand Down

0 comments on commit f9ec676

Please sign in to comment.