Skip to content

Commit d991761

Browse files
committed
Add README.md to publish list in release workflow
1 parent b8d133a commit d991761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '**' # match all branches
77
tags:
88
- '*' # match all tags
9-
pull_request:
9+
pull_reqwuest:
1010
workflow_dispatch:
1111

1212
permissions:
@@ -63,6 +63,7 @@ jobs:
6363
publish:
6464
- 'src/**'
6565
- 'pyproject.toml'
66+
- 'README.md'
6667
6768
- name: Publish Python package
6869
if: steps.changes.outputs.publish == 'true' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))

0 commit comments

Comments
 (0)