forked from icosa-foundation/open-brush
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'Icosa/main'
* Icosa/main: Document the secrets used in the CI (icosa-foundation#82) Packaging improvements (icosa-foundation#85) Build on PRs, push to main, or commits with [CI BUILD] somewhere in the message (icosa-foundation#75) Add Linux (regular + experimental) builds to the releases (icosa-foundation#76) Use secrets.UNITY_EMAIL/_PASSWORD/_SERIAL if present, otherwise use hardcoded free license (icosa-foundation#74) Create release upon each build and standardize version numbers (icosa-foundation#71) Change SketchFab uploads to upload as OpenBrush Don't request microphone permissions, no matter what (icosa-foundation#72) Add fly tool to advanced tools panel (icosa-foundation#63) Re-enable builds on all forks, but only sign if the secrets are present (icosa-foundation#69) Only run CI builds on icosa-gallery/open-brush (icosa-foundation#68) Enable Experimental builds for Android/Oculus and StandaloneWindows64/SteamVR (icosa-foundation#66) Improve and Document CI builds (icosa-foundation#65) Sign all builds that are built from pushes to main (icosa-foundation#64) Add CI Builds to PRs and pushes to main (icosa-foundation#43)
- Loading branch information
Showing
19 changed files
with
1,431 additions
and
285 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ name: pre-commit | |
|
||
on: | ||
pull_request: | ||
push: | ||
branches: [main] | ||
|
||
jobs: | ||
pre-commit: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.