Skip to content

Commit

Permalink
Allow manual release (#5072)
Browse files Browse the repository at this point in the history
Allow manual release on GHA, so SNAPSHOTS can be published from any branch.
  • Loading branch information
RustedBones authored Nov 16, 2023
1 parent 39a0074 commit 3911e43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: release
on:
push:
branches: [main]
tags: ["*"]
- workflow_dispatch
- push:
branches: [main]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3911e43

Please sign in to comment.