mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +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
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- '5.*'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
Loading…
Reference in New Issue
Block a user