build: update deploy site action
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user