Skip to content

Commit c823a25

Browse files
Remove paths-ignore entries from CodeQL workflow
1 parent 2bf4441 commit c823a25

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,13 @@ on:
88
- 'App/frontend-app/**'
99
- 'App/kernel-memory/**'
1010
- '.github/workflows/codeql.yml'
11-
paths-ignore:
12-
- '**/.gitignore'
13-
- '**/Dockerfile'
14-
- '**/.dockerignore'
1511
pull_request:
1612
branches: [ "main", "dev", "demo" ]
1713
paths:
1814
- 'App/backend-api/**'
1915
- 'App/frontend-app/**'
2016
- 'App/kernel-memory/**'
2117
- '.github/workflows/codeql.yml'
22-
paths-ignore:
23-
- '**/.gitignore'
24-
- '**/Dockerfile'
25-
- '**/.dockerignore'
2618
schedule:
2719
- cron: '37 2 * * 5'
2820

0 commit comments

Comments
 (0)