Skip to content

Commit

Permalink
revert: ci: release on push
Browse files Browse the repository at this point in the history
This reverts commit c93eec2.
  • Loading branch information
stempler committed Mar 31, 2024
1 parent a7b24f0 commit 019c3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release

"on":
workflow_dispatch: # only release on-demand (GitHub releases need to be edited manually after creation to show up in the marketplace)
push:
branches: [master]
# push:
# branches: [master]

env:
# renovate: datasource=npm depName=@semantic-release/changelog
Expand Down

0 comments on commit 019c3fd

Please sign in to comment.