From 33852a306201d128ba9ed6826cd2517e649f8857 Mon Sep 17 00:00:00 2001 From: Claromes Date: Fri, 14 Jun 2024 06:50:16 -0300 Subject: [PATCH] update dir --- .github/{ => workflows}/documentation.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename .github/{ => workflows}/documentation.yml (88%) diff --git a/.github/documentation.yml b/.github/workflows/documentation.yml similarity index 88% rename from .github/documentation.yml rename to .github/workflows/documentation.yml index a101ad3..e4fa71e 100644 --- a/.github/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,10 +1,6 @@ name: documentation -on: - pull_request: - types: [opened, ready_for_review] - push: - workflow_dispatch: +on: [push, pull_request, workflow_dispatch] permissions: contents: write