Skip to content

Commit 66c756b

Browse files
authored
Update generate-query-help-docs.yml
1 parent b649ccd commit 66c756b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/generate-query-help-docs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Generate CodeQL query help documentation using Sphinx
22

33
on:
4+
workflow_dispatch:
5+
inputs:
6+
description:
7+
description: A description of the purpose of this job. For human consumption.
8+
required: false
49
push:
510
branches:
6-
- main
7-
- 'rc/**'
811
- 'lgtm.com'
912
pull_request:
1013
paths:

0 commit comments

Comments
 (0)