Skip to content

Commit bf4dde3

Browse files
chore: add workflow_dispatch to CodeQL workflow
1 parent a5bfec7 commit bf4dde3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
push:
1616
branches: [ "master" ]
1717
pull_request:
18+
workflow_dispatch:
1819
schedule:
1920
- cron: '0 0 * * 6'
2021

@@ -46,6 +47,8 @@ jobs:
4647
config: |
4748
paths-ignore:
4849
- packages/devextreme-cli/src/templates
50+
- packages/devextreme-schematics/src/*/files
51+
- templates-generator
4952
# If you wish to specify custom queries, you can do so here or in a config file.
5053
# By default, queries listed here will override any specified in a config file.
5154
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)