Skip to content

Commit 25341fa

Browse files
committed
Check for dispatch
1 parent c4492f0 commit 25341fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-bump-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
deploy-doc:
3737
needs: create-matrix
38-
if: ${{ github.event_name == 'push' }}
38+
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
3939
name: Deploy API documentation on Bump.sh
4040
strategy:
4141
matrix:

0 commit comments

Comments
 (0)