We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bfec7 commit bf4dde3Copy full SHA for bf4dde3
1 file changed
.github/workflows/codeql-analysis.yml
@@ -15,6 +15,7 @@ on:
15
push:
16
branches: [ "master" ]
17
pull_request:
18
+ workflow_dispatch:
19
schedule:
20
- cron: '0 0 * * 6'
21
@@ -46,6 +47,8 @@ jobs:
46
47
config: |
48
paths-ignore:
49
- packages/devextreme-cli/src/templates
50
+ - packages/devextreme-schematics/src/*/files
51
+ - templates-generator
52
# If you wish to specify custom queries, you can do so here or in a config file.
53
# By default, queries listed here will override any specified in a config file.
54
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments