File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : Kotlin CI
1+ name : Compose CI
22
33on :
44 push :
5- paths :
6- - ' compose/**'
7- - ' .github/workflows/compose-kotlin.yml'
85 branches : [main]
96 pull_request :
107 paths :
Original file line number Diff line number Diff line change 88 paths-ignore :
99 # Don't build the entire app when just changing tutorials, which have their own workflow.
1010 - ' samples/tutorial/**'
11+ # The compose integration has its own workflow.
12+ - ' compose/**'
1113
1214jobs :
1315 dokka :
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ find . \
1717 -not -name ' CHANGELOG.md' \
1818 -not -path ' ./.github/*' \
1919 -not -path $TUTORIALS_DIR /' *' \
20+ -not -path ' ./compose/*' \
2021 | xargs mdl --style $STYLE --ignore-front-matter \
2122
2223find $TUTORIALS_DIR \
You can’t perform that action at this time.
0 commit comments