Skip to content

Commit 9310c05

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

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

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

1214
env:

0 commit comments

Comments
 (0)