Skip to content

Commit 8bfbfb3

Browse files
improve CodeQL analysis workflow
1 parent a4c9afd commit 8bfbfb3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@ name: "CodeQL Analyze"
22
on:
33
push:
44
paths-ignore:
5+
- '**/*.md'
6+
- '.github/workflows/android-emulator-test.yml'
7+
- '.github/workflows/close-empty-xml.yml'
8+
- '.github/workflows/stale.yml'
59
- '.github/workflows/compare-src.yml'
610
pull_request:
711
paths-ignore:
12+
- '**/*.md'
13+
- '.github/workflows/android-emulator-test.yml'
14+
- '.github/workflows/close-empty-xml.yml'
15+
- '.github/workflows/stale.yml'
816
- '.github/workflows/compare-src.yml'
17+
918
jobs:
1019
analyze:
1120
if: "!contains(github.event.head_commit.message, 'skip ci')"

0 commit comments

Comments
 (0)