We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ff6d68 + a5c0802 commit ca80f04Copy full SHA for ca80f04
.github/workflows/generate-query-help-docs.yml
@@ -1,24 +1,27 @@
1
name: Generate CodeQL query help documentation using Sphinx
2
3
on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ description:
7
+ description: A description of the purpose of this job. For human consumption.
8
+ required: false
9
push:
10
branches:
- - main
- - 'rc/**'
11
- 'lgtm.com'
12
pull_request:
13
paths:
14
- '.github/workflows/generate-query-help-docs.yml'
15
- 'docs/codeql/query-help/**'
-
16
+
17
jobs:
18
build:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Clone github/codeql
22
uses: actions/checkout@v2
23
with:
- path: codeql
24
+ path: codeql
25
- name: Clone github/codeql-go
26
27
0 commit comments