Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build & Test

# PR-time build/test gate (issue #22). Every pull request and every push to the
# dev integration trunk or main must build all KMP targets and run the JVM + iOS
# unit tests before it can merge.
# develop integration trunk or main must build all KMP targets and run the JVM +
# iOS unit tests before it can merge.
# This complements the other workflows, which guard different things:
# - api-check.yml -> public-API surface stability (apiCheck)
# - publish.yml -> tag-triggered Maven Central release
Expand All @@ -23,7 +23,7 @@ on:
- "site/**"
- ".github/workflows/pages.yml"
push:
branches: [main, dev]
branches: [main, develop]
paths-ignore:
- "**.md"
- "docs/**"
Expand Down
Loading