Skip to content

Commit

Permalink
ci(repo): Enable workflow to be triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmarine committed Jun 10, 2024
1 parent 8f6e37a commit 046d786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
workflow_dispatch


concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 046d786

Please sign in to comment.