We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c9afd commit 8bfbfb3Copy full SHA for 8bfbfb3
1 file changed
.github/workflows/codeql-analysis.yml
@@ -2,10 +2,19 @@ name: "CodeQL Analyze"
2
on:
3
push:
4
paths-ignore:
5
+ - '**/*.md'
6
+ - '.github/workflows/android-emulator-test.yml'
7
+ - '.github/workflows/close-empty-xml.yml'
8
+ - '.github/workflows/stale.yml'
9
- '.github/workflows/compare-src.yml'
10
pull_request:
11
12
13
14
15
16
17
+
18
jobs:
19
analyze:
20
if: "!contains(github.event.head_commit.message, 'skip ci')"
0 commit comments