Skip to content

Commit 58ed4f7

Browse files
Update code-scanning.yml
1 parent dda7a12 commit 58ed4f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-scanning.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111
description: 'Type the folder to scan (leave empty to scan all folders)'
1212
default: ''
1313
push:
14-
branches: [main]
14+
#branches: [main]
1515
paths-ignore:
1616
- 'docs/**' # Ignore changes in docs directory
1717
- '*' # Ignore files on root
1818
pull_request:
19-
branches: [main]
19+
#branches: [main]
2020
paths-ignore:
2121
- 'docs/**' # Ignore changes in docs directory
2222
- '*' # Ignore files on root
@@ -167,4 +167,4 @@ jobs:
167167
if: ${{ steps.detect-languages.outputs.languages_compiled != '' }}
168168
uses: github/codeql-action/analyze@v3
169169
with:
170-
category: "/project:${{ matrix.target-dir }}"
170+
category: "/project:${{ matrix.target-dir }}"

0 commit comments

Comments
 (0)