Skip to content

Commit

Permalink
Confirmed working. Now only publish on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Nov 21, 2024
1 parent 30e04d7 commit 32b2772
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/init.server.luau
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 32b2772

Please sign in to comment.