We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d133a commit d991761Copy full SHA for d991761
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- '**' # match all branches
7
tags:
8
- '*' # match all tags
9
- pull_request:
+ pull_reqwuest:
10
workflow_dispatch:
11
12
permissions:
@@ -63,6 +63,7 @@ jobs:
63
publish:
64
- 'src/**'
65
- 'pyproject.toml'
66
+ - 'README.md'
67
68
- name: Publish Python package
69
if: steps.changes.outputs.publish == 'true' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
0 commit comments