Skip to content

Commit

Permalink
build: allow manual trigger of release (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer authored Apr 7, 2022
1 parent 918377e commit 9fd8fc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release
on:
workflow_dispatch:
tags:
- 'v*'
push:
tags:
- 'v*'
Expand Down

0 comments on commit 9fd8fc2

Please sign in to comment.