We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda7a12 commit 58ed4f7Copy full SHA for 58ed4f7
.github/workflows/code-scanning.yml
@@ -11,12 +11,12 @@ on:
11
description: 'Type the folder to scan (leave empty to scan all folders)'
12
default: ''
13
push:
14
- branches: [main]
+ #branches: [main]
15
paths-ignore:
16
- 'docs/**' # Ignore changes in docs directory
17
- '*' # Ignore files on root
18
pull_request:
19
20
21
22
@@ -167,4 +167,4 @@ jobs:
167
if: ${{ steps.detect-languages.outputs.languages_compiled != '' }}
168
uses: github/codeql-action/analyze@v3
169
with:
170
- category: "/project:${{ matrix.target-dir }}"
+ category: "/project:${{ matrix.target-dir }}"
0 commit comments