mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
ci(deploy-site): add manual trigger flow (#39421)
* ci(deploy-site): add manual trigger flow * ci: update ci config
This commit is contained in:
parent
e4c81f2716
commit
13414cab91
8
.github/workflows/site-deploy.yml
vendored
8
.github/workflows/site-deploy.yml
vendored
@ -1,9 +1,11 @@
|
|||||||
# When publish a release. This workflow will trigger and deploy to site.
|
# When pushing a tag. this workflow will trigger site deployment and fixed version address comments
|
||||||
|
|
||||||
name: Deploy website
|
name: Deploy website
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
tags:
|
||||||
|
- '5.*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Loading…
Reference in New Issue
Block a user