Skip to content

Commit 4c319ef

Browse files
committed
[SPARK-52107] Add workflow_dispatch to pages.yml to support manual trigger
1 parent 7b22296 commit 4c319ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ on:
2323
push:
2424
branches:
2525
- gh-pages
26+
workflow_dispatch:
27+
inputs:
28+
branch:
29+
required: true
30+
default: '["gh-pages"]'
2631

2732
jobs:
2833
docs:

0 commit comments

Comments
 (0)