-
Notifications
You must be signed in to change notification settings - Fork 4
Triggers & Recommended Flow
Astrid Avalin Soerensen edited this page May 11, 2025
·
6 revisions
Trigger | What It Runs |
---|---|
pull_request |
π§ͺ Runs unit tests only (EditMode / PlayMode) for early validation |
push with v*.*.* tag |
π§ͺ + π οΈ + π¦ Full CI: tests, multi-platform builds, GitHub Release |
workflow_dispatch |
π§ͺ + π οΈ Manual preview build (inputs used, no release) |
-
π Open a Pull Request
Triggers unit tests to catch issues early. -
π§ͺ Tests Pass & PR Approved
Merge tomain
or your release branch. -
πΌ Create a Git Tag (e.g.,
v1.2.3
)
Triggers full CI/CD: tests β builds β GitHub Release.
git tag v1.2.3
git push origin v1.2.3
π οΈ Curious how the dispatcher sets everything up?
See full explanation of inputs & workflow orchestration β
Letβs build better Unity pipelines together! π
Need help? Join the Discussions or open an Issue.