Skip to content

Commit f9ec676

Browse files
authored
Disable the workflow for pull requests
1 parent 89bdac1 commit f9ec676

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-to-pypi.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
release:
1111
types:
1212
- published
13-
# Runs for pull requests should be disable unless for testing purposes
14-
pull_request:
15-
branches:
16-
- master
13+
# Runs for pull requests should be disabled other than for testing purposes
14+
#pull_request:
15+
# branches:
16+
# - master
1717

1818
jobs:
1919
publish-pypi:

0 commit comments

Comments
 (0)