Skip to content

Commit

Permalink
disable release workflow for 0.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed Jun 6, 2023
1 parent 8c4b8c7 commit 36a2490
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release
on:
workflow_dispatch: # manual triggering, for debugging/testing
release: # Or when a release is published
types: [published]
# No automatic release for the first release, this has been done manually.
# release: # Or when a release is published
# types: [published]
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 36a2490

Please sign in to comment.