Skip to content

Commit 16947c1

Browse files
fix: deploy web on release (#313)
1 parent 2f71c5e commit 16947c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-web.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: [ master ]
66
paths:
77
- web/**
8+
9+
release:
10+
types: [released]
11+
812
workflow_dispatch:
913

1014
permissions:

0 commit comments

Comments
 (0)