build: update deploy site action

This commit is contained in:
chenjiahan 2021-05-03 10:13:49 +08:00
parent 73ce6f2614
commit 416b4190ad
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Deploy V2 Site
on: on:
push: push:
tags: tags:
- 'v2*' # Push events to matching v*, i.e. v1.0, v20.15.10 - 'v2.**'
jobs: jobs:
build-and-deploy: build-and-deploy:

View File

@ -3,7 +3,7 @@ name: Deploy V3 Site
on: on:
push: push:
tags: tags:
- 'v3*' # Push events to matching v*, i.e. v1.0, v20.15.10 - 'v3.**'
jobs: jobs:
build-and-deploy: build-and-deploy: