Skip to content

Commit 3683535

Browse files
committed
Hope copilot knows what's up
1 parent 1795da9 commit 3683535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-and-deploy-docs:
13-
if: ${{ github.event.pull_request.merged }}
13+
if: ${{ github.event.pull_request.merged }} or ${{ github.event_name == 'workflow_dispatch' }}
1414
runs-on: ubuntu-latest
1515
steps:
1616
# - uses: actions/checkout@v4

0 commit comments

Comments
 (0)