Skip to content

Commit 7d6ec55

Browse files
committed
ci: include doc deploy job if using workflow_dispatch
to allow manual deployment of docs with new V versions
1 parent c70ad61 commit 7d6ec55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
deploy:
3434
runs-on: ubuntu-latest
35-
if: github.event_name == 'push' && github.ref_name == 'main' && github.repository == 'ttytm/webview'
35+
if: github.event_name != 'pull_request' && github.ref_name == 'main' && github.repository == 'ttytm/webview'
3636
needs: build
3737
permissions:
3838
contents: read

0 commit comments

Comments
 (0)