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
9 changes: 9 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
required: true

# The platforms to build on. Defaults to all.
# To target specific platforms, pass a comma or space separated string of
# platforms.
#
# Examples:
# - build/test only for macOS: `macOS`
# - build/test only for macOS and tvOS: `macOS, tvOS`
platforms:
type: string
required: false
Expand All @@ -23,6 +29,9 @@ on:
#
# Platform options: [iOS, tvOS, macOS, watchOS, catalyst, visionOS]
#
# Note: Build-only platforms must be represented in the `platforms` input
# (which defaults to all platforms) in order to take effect.
#
# Examples:
# - build only for macOS: `macOS`
# - build only for macOS and tvOS: `macOS, tvOS`
Expand Down
Loading