diff options
| author | Laura <[email protected]> | 2022-12-27 18:56:56 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-27 18:56:56 -0800 |
| commit | f1c1619463ab46254a70cae472e68c5a3d5eb7c6 (patch) | |
| tree | 1d2c2be33ed2026a9df7431875491f2285f7f40f /.github/workflows/Code-Scanning.yml | |
| parent | 8fd48bb75b46679534c549839ea0595d057178c7 (diff) | |
Updates Code Scanning Exclusion
Excludes all files within the .github directory from triggering the Code Scanning workflow.
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index a70cf750..3f9d1b7a 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -18,7 +18,7 @@ on: paths-ignore: - '**/*.md' - '**/*.txt' - - './.github/**' + - '.github/**' # Allow manual scheduling workflow_dispatch: |
