Skip to content

Commit 7326241

Browse files
author
liq
committed
add: web release workflows
1 parent 9310c05 commit 7326241

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build-push-web-image.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: Build Push Web Image
22

33
on:
44
push:
5-
- branches:
6-
- dev
7-
paths:
8-
- 'web/**'
9-
- branches:
10-
- release/*
11-
5+
branches:
6+
- dev
7+
paths:
8+
- 'web/**'
9+
tags:
10+
- *
1211
workflow_dispatch:
1312

1413
env:

0 commit comments

Comments
 (0)