Skip to content

Commit fbcbe26

Browse files
Merge pull request #16 from OlafenwaMoses/main
release - docs manual trigger
2 parents 7d5c16e + 495d865 commit fbcbe26

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_run:
55
workflows: ["Publish to PyPI"]
66
types: [completed]
7+
workflow_dispatch:
78

89
permissions:
910
contents: read
@@ -17,7 +18,7 @@ concurrency:
1718
jobs:
1819
build:
1920
runs-on: ubuntu-latest
20-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
21+
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2122
steps:
2223
- uses: actions/checkout@v4
2324

0 commit comments

Comments
 (0)