From c1205d9912789b0d8b53c4a72b2d7412def6b859 Mon Sep 17 00:00:00 2001 From: yun Date: Wed, 20 Dec 2023 09:24:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8D=E5=9C=A8pull=20re?= =?UTF-8?q?quest=E6=97=B6=E8=A7=A6=E5=8F=91docs-deploy=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs-deploy.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs-deploy.yaml b/.github/workflows/docs-deploy.yaml index e2831d7f..1d876c70 100644 --- a/.github/workflows/docs-deploy.yaml +++ b/.github/workflows/docs-deploy.yaml @@ -1,10 +1,15 @@ name: ray-template documents deploy -on: [push, pull_request] +on: + push: + pull_request: + types: + - closed jobs: build-and-deploy: + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: