We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be95d7f + 3b1b23b commit 1278fc2Copy full SHA for 1278fc2
1 file changed
.github/workflows/ci.yml
@@ -7,19 +7,23 @@ on:
7
- dev
8
- master
9
paths-ignore:
10
- - 'README*.md'
+ - 'README.md'
11
+ - 'doc/**'
12
- 'fastlane/**'
13
- 'assets/**'
14
- '.github/**/*.md'
15
+ - '.github/FUNDING.yml'
16
push:
17
branches:
18
19
20
21
22
23
24
25
26
27
28
jobs:
29
build-and-test-jvm:
0 commit comments