From 7391fc48a97a670198531237786068141cb00553 Mon Sep 17 00:00:00 2001 From: Claromes Date: Fri, 14 Jun 2024 06:48:46 -0300 Subject: [PATCH] update docs deploy --- .github/documentation.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/documentation.yml b/.github/documentation.yml index e4fa71e..a101ad3 100644 --- a/.github/documentation.yml +++ b/.github/documentation.yml @@ -1,6 +1,10 @@ name: documentation -on: [push, pull_request, workflow_dispatch] +on: + pull_request: + types: [opened, ready_for_review] + push: + workflow_dispatch: permissions: contents: write -- 2.34.1