Skip to content

Commit

Permalink
chore(golang-rewrite): disable dev releases and builds (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D authored Dec 19, 2024
1 parent 753c0b7 commit dbf8909
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ permissions:
# pushed. But since this is a new projectu I'm doing it on every new commit to
# the master branch. This will make it easy to download and test binaries for
# each new version.
#
on:
push:
branches:
- master
workflow_dispatch:
# Don't create release and binaries on pushes to master
# push:
# branches:
# - master

# TODO: Uncomment once this is merged and we're ready to prepare the first
# public tagged version of the Golang implementation.
Expand Down

0 comments on commit dbf8909

Please sign in to comment.