Skip to content

Commit

Permalink
Add dispatch trigger to release workflow.
Browse files Browse the repository at this point in the history
This is to enable debugging the workflows if needed by just triggering the
corresponding action.

Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac committed Oct 7, 2023
1 parent 77d3d65 commit c63f989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Release

on:
workflow_dispatch:
push:
tags:
- v*.*.*
Expand Down

0 comments on commit c63f989

Please sign in to comment.