Skip to content

Commit ca80f04

Browse files
authored
Merge pull request #4808 from github/jf205-patch-2
Add `workflow_dispatch` to `generate-query-help-docs.yml`
2 parents 9ff6d68 + a5c0802 commit ca80f04

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
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:
1114
- '.github/workflows/generate-query-help-docs.yml'
1215
- 'docs/codeql/query-help/**'
13-
16+
1417
jobs:
1518
build:
1619
runs-on: ubuntu-latest
1720
steps:
1821
- name: Clone github/codeql
1922
uses: actions/checkout@v2
2023
with:
21-
path: codeql
24+
path: codeql
2225
- name: Clone github/codeql-go
2326
uses: actions/checkout@v2
2427
with:

0 commit comments

Comments
 (0)