diff --git a/.github/workflows/BlackFormat.yml b/.github/workflows/BlackFormat.yml
index 99050f95ed..662fb8249f 100644
--- a/.github/workflows/BlackFormat.yml
+++ b/.github/workflows/BlackFormat.yml
@@ -3,9 +3,9 @@ name: Fusion - Black Format Validation
on:
workflow_dispatch: {}
push:
- branches: [ master, dev ]
+ branches: [ prod, dev ]
pull_request:
- branches: [ master, dev ]
+ branches: [ prod, dev ]
jobs:
blackFormatChecker:
diff --git a/.github/workflows/FissionBuild.yml b/.github/workflows/FissionBuild.yml
index fb3387e8bf..7ca377f98c 100644
--- a/.github/workflows/FissionBuild.yml
+++ b/.github/workflows/FissionBuild.yml
@@ -3,7 +3,7 @@ name: Fission - Build
on:
workflow_dispatch: {}
pull_request:
- branches: [master, dev]
+ branches: [ prod, dev ]
jobs:
buildFission:
diff --git a/.github/workflows/FissionESLintFormat.yml b/.github/workflows/FissionESLintFormat.yml
index 357455c4a4..7ac950f82f 100644
--- a/.github/workflows/FissionESLintFormat.yml
+++ b/.github/workflows/FissionESLintFormat.yml
@@ -3,9 +3,9 @@ name: Fission - ES Lint Format Validation
on:
workflow_dispatch: {}
push:
- branches: [ master, dev ]
+ branches: [ prod, dev ]
pull_request:
- branches: [ master, dev ]
+ branches: [ prod, dev ]
jobs:
runFormatValidationScript:
diff --git a/.github/workflows/FissionPackage.yml b/.github/workflows/FissionPackage.yml
index 11a87a022f..e181cf1182 100644
--- a/.github/workflows/FissionPackage.yml
+++ b/.github/workflows/FissionPackage.yml
@@ -3,7 +3,7 @@ name: Fission - Package
on:
workflow_dispatch: {}
push:
- branches: [ master, dev ]
+ branches: [ prod, dev ]
jobs:
runUnitTests:
diff --git a/.github/workflows/FissionUnitTest.yml b/.github/workflows/FissionUnitTest.yml
index 9889c125ef..1a0389244b 100644
--- a/.github/workflows/FissionUnitTest.yml
+++ b/.github/workflows/FissionUnitTest.yml
@@ -3,9 +3,9 @@ name: Fission - Unit Test
on:
workflow_dispatch: {}
push:
- branches: [master, dev]
+ branches: [ prod, dev ]
pull_request:
- branches: [master, dev]
+ branches: [ prod, dev ]
jobs:
runUnitTests:
diff --git a/README.md b/README.md
index b31681cd75..b9c8e56aa0 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@
-[![Fission - Unit Test](https://github.com/Autodesk/synthesis/actions/workflows/FissionUnitTest.yml/badge.svg?branch=master)](https://github.com/Autodesk/synthesis/actions/workflows/FissionUnitTest.yml)
-[![Fission - Packaging](https://github.com/Autodesk/synthesis/actions/workflows/FissionPackage.yml/badge.svg?branch=master)](https://github.com/Autodesk/synthesis/actions/workflows/FissionPackage.yml)
-[![Fission - Lint/Format](https://github.com/Autodesk/synthesis/actions/workflows/FissionESLintFormat.yml/badge.svg?branch=master)](https://github.com/Autodesk/synthesis/actions/workflows/FissionESLintFormat.yml)
-[![Fusion - Format](https://github.com/Autodesk/synthesis/actions/workflows/BlackFormat.yml/badge.svg?branch=master)](https://github.com/Autodesk/synthesis/actions/workflows/BlackFormat.yml)
+[![Fission - Unit Test](https://github.com/Autodesk/synthesis/actions/workflows/FissionUnitTest.yml/badge.svg?branch=prod)](https://github.com/Autodesk/synthesis/actions/workflows/FissionUnitTest.yml)
+[![Fission - Packaging](https://github.com/Autodesk/synthesis/actions/workflows/FissionPackage.yml/badge.svg?branch=prod)](https://github.com/Autodesk/synthesis/actions/workflows/FissionPackage.yml)
+[![Fission - Lint/Format](https://github.com/Autodesk/synthesis/actions/workflows/FissionESLintFormat.yml/badge.svg?branch=prod)](https://github.com/Autodesk/synthesis/actions/workflows/FissionESLintFormat.yml)
+[![Fusion - Format](https://github.com/Autodesk/synthesis/actions/workflows/BlackFormat.yml/badge.svg?branch=prod)](https://github.com/Autodesk/synthesis/actions/workflows/BlackFormat.yml)
Synthesis is a robotics simulator designed by and for [FIRSTĀ®](https://www.firstinspires.org/) robotics students to help teams design, strategize, test and practice. Teams have the ability to import their own robots and fields using our [Fusion Exporter](/exporter/) or use the pre-made ones available within Synthesis.
diff --git a/installer/Windows/README.md b/installer/Windows/README.md
index 44545d4144..21ea8340c9 100644
--- a/installer/Windows/README.md
+++ b/installer/Windows/README.md
@@ -1,9 +1,9 @@
-# Nullsoft Scriptable Install System
+# Nullsoft Scriptable Install System
For installation on Windows Operating Systems, we use our own custom written NSIS installer in order to extract all the necessary files to their proper locations on the system.
-- [MainInstaller(x64)](https://github.com/Autodesk/synthesis/blob/master/installer/Windows/MainInstaller.nsi) - (Used for the full installation of Synthesis, only compatible on 64 bit operating systems.)
-- [EngInstaller(x86)](https://github.com/Autodesk/synthesis/blob/master/installer/Windows/EngInstaller(x86).nsi) - (Used only for installation on 32 bit operating systems and extracts just the Unity Engine.)
+- [MainInstaller(x64)](https://github.com/Autodesk/synthesis/blob/prod/installer/Windows/MainInstaller.nsi) - (Used for the full installation of Synthesis, only compatible on 64 bit operating systems.)
+- [EngInstaller(x86)](https://github.com/Autodesk/synthesis/blob/prod/installer/Windows/EngInstaller(x86).nsi) - (Used only for installation on 32 bit operating systems and extracts just the Unity Engine.)
### Compiling NSIS:
In order to compile the NSIS configuration properly, you must compile all of the individual components of Synthesis pertaining to the particular script you are trying to compile. Then the compiled components must be stored in the same directory as the NSIS script, in order for them to be packaged during NSIS compilation. For details on this process, feel free to contact matthew.moradi@autodesk.com
diff --git a/tutorials/FusionExporter.md b/tutorials/FusionExporter.md
index 93c75a6c90..ed9d87e8ad 100644
--- a/tutorials/FusionExporter.md
+++ b/tutorials/FusionExporter.md
@@ -13,7 +13,7 @@ feedback link: https://github.com/Autodesk/synthesis/issues
The Synthesis Fusion 360 exporter is the tool used by both developers and users to export their CAD models into the Synthesis simulator. The exporter comes as an optional install component of every version of synthesis and requires Fusion 360 to be installed.
-For information regarding the manual install process visit the [Synthesis Fusion 360 Exporter](https://github.com/Autodesk/synthesis/tree/master/exporter) source code for more information.
+For information regarding the manual install process visit the [Synthesis Fusion 360 Exporter](https://github.com/Autodesk/synthesis/tree/prod/exporter) source code for more information.
### Getting Started