Skip to content

Commit

Permalink
chore: Disable automatic release on push
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed Jan 4, 2024
1 parent ac56944 commit 4f4b593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [ main ]
# push:
# branches: [ main ]
workflow_dispatch:

concurrency: release
Expand Down

0 comments on commit 4f4b593

Please sign in to comment.