diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaddc7ea..a2f08b50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,7 @@ jobs: publish-plugin-nightly: runs-on: ubuntu-latest + if: github.ref == 'refs/heads/main' timeout-minutes: 10 steps: - uses: actions/checkout@v3 diff --git a/src/init.server.luau b/src/init.server.luau index 82dfd50b..3a775379 100644 --- a/src/init.server.luau +++ b/src/init.server.luau @@ -25,8 +25,6 @@ local widget = createWidget(plugin, PLUGIN_NAME) local root = ReactRoblox.createRoot(widget) local disconnectButton = createToggleButton(toolbar, widget) -print("This was deployed from GitHub!") - local loader = ModuleLoader.new() local app = React.createElement(ContextProviders, {