Skip to content

Commit 30ca010

Browse files
committed
changes(onpush): Chnaged from tags to on push
1 parent e7191ae commit 30ca010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ run-name: "Build and Release Web version ${{ github.ref_name }}"
22

33
on:
44
push:
5-
tags:
6-
- v[0-9]+.[0-9]+.[0-9]+
5+
branches:
6+
- web
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)