Skip to content

Commit cdf4835

Browse files
committed
ci(deploy): add workflow dispatch on new tag
1 parent 7d87566 commit cdf4835

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Deploy
22

33
on:
4+
push:
5+
tags:
6+
- '*'
47
workflow_dispatch:
58
inputs:
69
env:

0 commit comments

Comments
 (0)